We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c953072 commit 6a527bcCopy full SHA for 6a527bc
pyproject.toml
@@ -1,3 +1,4 @@
1
+```toml
2
[tool.poetry]
3
name = "patchwork-cli"
4
version = "0.0.124"
@@ -61,6 +62,7 @@ numpy = "1.26.4"
61
62
pandas = "2.2.3"
63
scipy = "1.13.1"
64
boto3 = "~1.37.11"
65
+cryptography = "44.0.1"
66
67
# extras
68
# security
@@ -93,7 +95,7 @@ setuptools = "*"
93
95
poethepoet = {version = "^0.33.1", extras = ["poetry-plugin"]}
94
96
mypy = "^1.7.1"
97
types-requests = "~2.31.0"
-black = "^23.12.0"
98
+black = "^24.3.0"
99
isort = "^5.13.2"
100
autoflake = "^2.3.1"
101
pytest = "^8.1.1"
@@ -136,3 +138,4 @@ in-place = true
136
138
remove-all-unused-imports = true
137
139
expand-star-imports = true
140
ignore-init-module-imports = true
141
+```
0 commit comments