diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-03-28 11:37:05 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-03-28 11:37:05 +0000 |
| commit | bdc1eb1d8bb800f7938c485e3c876fd06b535029 (patch) | |
| tree | 592067ad1091ac4dd8b77d13515d6def894425c9 /pyproject.toml | |
| parent | Flash warning when insufficient users present (diff) | |
| download | AnnotateChange-bdc1eb1d8bb800f7938c485e3c876fd06b535029.tar.gz AnnotateChange-bdc1eb1d8bb800f7938c485e3c876fd06b535029.zip | |
Update configuration to use env files throughout
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 063d9d9..eebd710 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,9 +14,9 @@ flask-login = "^0.4.1" flask-mail = "^0.9.1" pyjwt = "^1.7" flask-bootstrap = "^3.3" -python-dotenv = "^0.10.1" email_validator = "^1.0" gunicorn = "^19.9" +pymysql = "^0.9.3" [tool.poetry.dev-dependencies] pytest = "^3.0" |
