Skip to content

Commit

Permalink
update arcaflow sdk (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfleader committed Oct 17, 2022
1 parent 1678606 commit cc4fe02
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 4 deletions.
18 changes: 16 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "Apache-2.0+GPL-2.0-only"

[tool.poetry.dependencies]
python = "^3.9"
arcaflow-plugin-sdk = "^0.7.0"
arcaflow-plugin-sdk = "0.8.0"

[tool.poetry.dev-dependencies]
docformatter = "^1.5.0"
Expand Down
15 changes: 14 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
arcaflow_plugin_sdk
arcaflow-plugin-sdk==0.8.0; python_version >= "3.9"
attrs==22.1.0; python_full_version >= "3.7.1" and python_version >= "3.9"
automat==20.2.0; python_full_version >= "3.7.1" and python_version >= "3.9"
cbor2==5.4.3; python_version >= "3.9"
constantly==15.1.0; python_full_version >= "3.7.1" and python_version >= "3.9"
hyperlink==21.0.0; python_full_version >= "3.7.1" and python_version >= "3.9"
idna==3.4; python_full_version >= "3.7.1" and python_version >= "3.9"
incremental==22.10.0; python_full_version >= "3.7.1" and python_version >= "3.9"
pyyaml==6.0; python_version >= "3.9"
six==1.16.0; python_full_version >= "3.7.1" and python_version >= "3.9"
twisted-iocpsupport==1.0.2; python_full_version >= "3.7.1" and python_version >= "3.9" and platform_system == "Windows"
twisted==22.8.0; python_full_version >= "3.7.1" and python_version >= "3.9"
typing-extensions==4.4.0; python_full_version >= "3.7.1" and python_version >= "3.9"
zope.interface==5.5.0; python_full_version >= "3.7.1" and python_version >= "3.9"

0 comments on commit cc4fe02

Please sign in to comment.