Pin poetry deps to work around cryptography requiring Rust issue
This commit is contained in:
@@ -19,6 +19,7 @@ classifiers = [
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.5"
|
||||
cryptography = "2.7"
|
||||
pyOpenSSL = "~19"
|
||||
requests = "~2"
|
||||
|
||||
@@ -30,5 +31,5 @@ pytest-cov = "~2.7"
|
||||
responses = "~0.10"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry>=0.12"]
|
||||
requires = ["poetry==1.0","cryptography==2.7","setuptools==51.0.0","wheel==0.35.1"]
|
||||
build-backend = "poetry.masonry.api"
|
||||
|
||||
Reference in New Issue
Block a user