Skip to content

Commit

Permalink
add hcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
bra-fsn committed Sep 25, 2024
1 parent 05b3386 commit 6c1270c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "sparecores-runner"
version = "0.0.28"
version = "0.0.29"
requires-python = ">= 3.9"
dependencies = [
"click",
Expand Down
5 changes: 3 additions & 2 deletions src/sc_runner/resources/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import inspect
import sys
from .aws import resources_aws
from .azure import resources_azure
from .base import *
from .gcp import resources_gcp
from .hcloud import resources_hcloud
import inspect
import sys

# method name prefix for initializing vendor-specific resources
PREFIX = "resources_"
Expand Down

0 comments on commit 6c1270c

Please sign in to comment.