Added 'idna' package as dependency

It's required by pyopenssl but for some reason wasn't installed by Poetry.
This commit is contained in:
2019-05-14 11:19:03 +02:00
parent 3f875ad722
commit 2d7425b591
2 changed files with 14 additions and 1 deletions

View File

@@ -54,6 +54,10 @@ pillarsdk = {path = "../pillar-python-sdk"}
# Version pins for secondary requirements
kombu = "~4.2"
# Secondary requirements that weren't installed automatically:
idna = "~2.8"
[tool.poetry.dev-dependencies]
mypy = "0.501"
pillar-devdeps = {path = "./devdeps"}