Compare commits

...

3 Commits

Author SHA1 Message Date
Anna Sirota
00e7914da0 Pin a different version of wheel 2021-03-18 17:15:02 +01:00
Anna Sirota
fb151734ef Pin setuptools and wheels as well 2021-03-18 16:57:44 +01:00
Anna Sirota
1ec08638ce Pin cryprography 2021-03-18 11:46:05 +01:00

View File

@ -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"