Pin poetry deps to work around cryptography requiring Rust issue
This commit is contained in:
parent
9f76657603
commit
2bce52e189
@ -22,6 +22,7 @@ bcrypt = "~3"
|
||||
blinker = "~1.4"
|
||||
bleach = "~3.1"
|
||||
celery = {version = "~4.3",extras = ["redis"]}
|
||||
cryptography = "2.7"
|
||||
commonmark = "~0.9"
|
||||
|
||||
# These must match the version of ElasticSearch used:
|
||||
@ -59,5 +60,5 @@ pillar-devdeps = {path = "./devdeps"}
|
||||
|
||||
|
||||
[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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user