Switch from pipenv to poetry
This commit is contained in:
parent
c60751e161
commit
2575afb9f9
6 changed files with 1006 additions and 481 deletions
23
pyproject.toml
Normal file
23
pyproject.toml
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
[tool.poetry]
|
||||
name = "gvamysql"
|
||||
version = "0.3.0"
|
||||
description = "GNUViech Admin MySQL 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"
|
||||
mysqlclient = "^2.1.1"
|
||||
redis = "^4.5.1"
|
||||
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
coverage = "^7.1.0"
|
||||
sphinx = "<6"
|
||||
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