mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2025-04-10 20:48:36 +00:00
Add email-validator
This commit is contained in:
parent
7c9493facc
commit
b220f3d603
2 changed files with 4 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -10,3 +10,5 @@ db/
|
|||
|
||||
# Development
|
||||
.flaskenv
|
||||
|
||||
poetry.lock
|
|
@ -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]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue