Switch from pipenv to poetry
This commit is contained in:
parent
9718ef97f7
commit
219d5ae79c
6 changed files with 1070 additions and 423 deletions
23
pyproject.toml
Normal file
23
pyproject.toml
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
[tool.poetry]
|
||||
name = "gvapgsql"
|
||||
version = "0.4.0"
|
||||
description = "GNUViech Admin PostgreSQL server administration tool"
|
||||
authors = ["Jan Dittberner <jan@dittberner.info>"]
|
||||
license = "AGPL-3.0+"
|
||||
readme = "README.rst"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.7"
|
||||
celery = "^5.2.7"
|
||||
redis = "^4.5.1"
|
||||
psycopg2-binary = "^2.9.5"
|
||||
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
sphinx = "<6"
|
||||
coverage = "^7.1.0"
|
||||
releases = "^2.0.0"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
Loading…
Add table
Add a link
Reference in a new issue