diff --git a/pyproject.toml b/pyproject.toml index 502a22d9..5b207c0e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"