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

Update pyproject.toml

This commit is contained in:
Mo 2022-05-21 21:35:12 +02:00
parent ec70d966ac
commit c1b51abde8

View file

@ -1,8 +1,8 @@
[tool.poetry] [tool.poetry]
name = "advlabdb" name = "advlabdb"
version = "0.3.0" version = "0.4.0"
description = "Database for an (advanced) physics lab." description = "Database for an (advanced) physics lab."
authors = ["Mohamad Bitar <mohamad.bit@protonmail.com>"] authors = ["Mo Bitar <mo8it@proton.me>"]
readme = "README.adoc" readme = "README.adoc"
[tool.poetry.dependencies] [tool.poetry.dependencies]
@ -19,8 +19,6 @@ python-dotenv = ">=0.20.0"
gunicorn = ">=20.1.0" gunicorn = ">=20.1.0"
email-validator = ">=1.2.1" email-validator = ">=1.2.1"
[tool.poetry.dev-dependencies]
[build-system] [build-system]
requires = ["poetry-core>=1.0.0"] requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api" build-backend = "poetry.core.masonry.api"