mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-12-20 23:41:20 +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]
|
||||
name = "advlabdb"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
description = "Database for an (advanced) physics lab."
|
||||
authors = ["Mohamad Bitar <mohamad.bit@protonmail.com>"]
|
||||
authors = ["Mo Bitar <mo8it@proton.me>"]
|
||||
readme = "README.adoc"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
|
@ -19,8 +19,6 @@ python-dotenv = ">=0.20.0"
|
|||
gunicorn = ">=20.1.0"
|
||||
email-validator = ">=1.2.1"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
|
Loading…
Reference in a new issue