Switch from pipenv to poetry
This commit is contained in:
parent
12bc4a8103
commit
f5ded26689
6 changed files with 973 additions and 440 deletions
24
pyproject.toml
Normal file
24
pyproject.toml
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
[tool.poetry]
|
||||
name = "gvaweb"
|
||||
version = "0.4.0"
|
||||
description = "GNUViech Admin web 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"
|
||||
amqp = "^5.1.1"
|
||||
Jinja2 = "^3.1.2"
|
||||
redis = "^4.5.1"
|
||||
pytz = "^2022.7.1"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
coverage = "^7.1.0"
|
||||
releases = "^2.0.0"
|
||||
Sphinx = "<6"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
Loading…
Add table
Add a link
Reference in a new issue