1
0
Fork 0
mirror of https://codeberg.org/Mo8it/AdvLabDB.git synced 2024-09-19 18:31:16 +00:00

Add email-validator

This commit is contained in:
Mo 2022-05-07 23:54:45 +02:00
parent 7c9493facc
commit b220f3d603
2 changed files with 4 additions and 1 deletions

2
.gitignore vendored
View file

@ -10,3 +10,5 @@ db/
# Development
.flaskenv
poetry.lock

View file

@ -1,7 +1,7 @@
[tool.poetry]
name = "advlabdb"
version = "0.2.0"
description = "Database for the advanced physics lab on the JGU-Mainz."
description = "Database for an (advanced) physics lab."
authors = ["Mohamad Bitar <mohamad.bit@protonmail.com>"]
readme = "README.adoc"
@ -17,6 +17,7 @@ matplotlib = ">=3.5.1"
numpy = ">=1.22.3"
python-dotenv = ">=0.20.0"
gunicorn = ">=20.1.0"
email-validator = ">=1.2.1"
[tool.poetry.dev-dependencies]