Convert to a django-list structure
This commit is contained in:
38
pyproject.toml
Normal file
38
pyproject.toml
Normal file
@ -0,0 +1,38 @@
|
||||
[tool.poetry]
|
||||
name = "magic-app"
|
||||
version = "0.1.0"
|
||||
description = "A swarm of dreams"
|
||||
authors = ["Autonomic Co-operative <helo@autonomic.zone>"]
|
||||
maintainers = ["Autonomic Co-operative <helo@autonomic.zone>"]
|
||||
license = "AGPLv3"
|
||||
readme = "README.md"
|
||||
homepage = "https://git.autonomic.zone/autonomic-cooperative/magic-app"
|
||||
repository = "https://git.autonomic.zone/autonomic-cooperative/magic-app"
|
||||
documentation = "https://git.autonomic.zone/autonomic-cooperative/magic-app"
|
||||
keywords = ["docker", "swarm", "packaging"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
"ruamel.yaml" = "^0.16.10"
|
||||
celery = "^4.4.6"
|
||||
flask = "^1.1.2"
|
||||
flask-wtf = "^0.14.3"
|
||||
python = "^3.6"
|
||||
redis = "^3.5.3"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
black = "^19.10b0"
|
||||
fakeredis = "^1.4.1"
|
||||
flake8 = "^3.8.3"
|
||||
isort = "^5.0.2"
|
||||
|
||||
[tool.poetry.urls]
|
||||
issues = "https://git.autonomic.zone/autonomic-cooperative/magic-app/issues"
|
||||
|
||||
[tool.black]
|
||||
line-length = 80
|
||||
target-version = ["py38"]
|
||||
include = '\.pyi?$'
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry>=1.0.9,<2.0"]
|
||||
build-backend = "poetry.masonry.api"
|
||||
Reference in New Issue
Block a user