aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2019-03-28 11:37:05 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2019-03-28 11:37:05 +0000
commitbdc1eb1d8bb800f7938c485e3c876fd06b535029 (patch)
tree592067ad1091ac4dd8b77d13515d6def894425c9 /pyproject.toml
parentFlash warning when insufficient users present (diff)
downloadAnnotateChange-bdc1eb1d8bb800f7938c485e3c876fd06b535029.tar.gz
AnnotateChange-bdc1eb1d8bb800f7938c485e3c876fd06b535029.zip
Update configuration to use env files throughout
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
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"