From 7b2c47a4c3e0992817191bca136fdadc1504f65d Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Mon, 1 Apr 2019 14:54:46 +0100 Subject: Various fixes to get the app to work in docker --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index eebd710..a9d0d9d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,6 +17,7 @@ flask-bootstrap = "^3.3" email_validator = "^1.0" gunicorn = "^19.9" pymysql = "^0.9.3" +cryptography = "^2.6" [tool.poetry.dev-dependencies] pytest = "^3.0" -- cgit v1.2.3