Try to work around Rust cryptography issue

This commit is contained in:
Anna Sirota
2021-03-09 11:16:30 +01:00
parent 81c5687f02
commit 7143b46891
2 changed files with 5 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ include = ["README.md", "LICENSE.txt"]
[tool.poetry.dependencies]
python = "~3.6"
cryptography = "<3.4"
pillar = {path = "../pillar"}
attract = {path = "../attract"}
flamenco = {path = "../flamenco"}