Unverified Commit 54751212 authored by mvdbeek's avatar mvdbeek
Browse files

Add build and twine to dev dependencies

parent 06c8fc07
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@ attrs==22.2.0 ; python_version >= "3.7" and python_version < "3.12"
babel==2.11.0 ; python_version >= "3.7" and python_version < "3.12"
billiard==3.6.4.0 ; python_version >= "3.7" and python_version < "3.12"
black==22.12.0 ; python_version >= "3.7" and python_version < "3.12"
build==0.10.0 ; python_version >= "3.7" and python_version < "3.12"
cachecontrol[filecache]==0.12.11 ; python_version >= "3.7" and python_version < "3.12"
cached-property==1.5.2 ; python_version >= "3.7" and python_version < "3.8"
celery==5.2.7 ; python_version >= "3.7" and python_version < "3.12"
@@ -130,6 +131,7 @@ trio-websocket==0.9.2 ; python_version >= "3.7" and python_version < "3.12"
trio==0.22.0 ; python_version >= "3.7" and python_version < "3.12"
tuspy==1.0.0 ; python_version >= "3.7" and python_version < "3.12"
twill==3.1 ; python_version >= "3.7" and python_version < "3.12"
twine==4.0.2 ; python_version >= "3.7" and python_version < "3.12"
typed-ast==1.5.4 ; python_version < "3.8" and implementation_name == "cpython" and python_version >= "3.7"
types-toml==0.10.8.1 ; python_version >= "3.7" and python_version < "3.12"
typing-extensions==4.4.0 ; python_version >= "3.7" and python_version < "3.12"
+2 −0
Original line number Diff line number Diff line
@@ -117,6 +117,7 @@ zipstream-new = "*"
[tool.poetry.group.dev.dependencies]
ase = ">=3.18.1"
black = "^22.1.0"
build = "*"
codespell = "*"
cwltest = "*"
darker = "*"
@@ -149,6 +150,7 @@ statsd = "*"
testfixtures = "*"
tuspy = "*"
twill = "*"
twine = "*"
watchdog = "*"

[tool.ruff]