mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-11-08 21:21:06 +00:00
Update pyproject.toml
This commit is contained in:
parent
ec70d966ac
commit
c1b51abde8
1 changed files with 2 additions and 4 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue