diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-04-01 14:54:46 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-04-01 14:54:46 +0100 |
| commit | 7b2c47a4c3e0992817191bca136fdadc1504f65d (patch) | |
| tree | b283eccf1a23fd4c5b7b24a93738e3f859511a7a /pyproject.toml | |
| parent | Update configuration to use env files throughout (diff) | |
| download | AnnotateChange-7b2c47a4c3e0992817191bca136fdadc1504f65d.tar.gz AnnotateChange-7b2c47a4c3e0992817191bca136fdadc1504f65d.zip | |
Various fixes to get the app to work in docker
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
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" |
