This commit is contained in:
Lucas F 2021-12-02 19:52:45 -03:00
parent 57e620afa8
commit f25039bded
4 changed files with 564 additions and 0 deletions

14
pyproject.toml Normal file
View file

@ -0,0 +1,14 @@
[tool.poetry]
name = "django_centos_deploy"
version = "0.1.0"
description = ""
authors = ["Lucas F. <lucasf_dev@protonmail.com>"]
[tool.poetry.dependencies]
python = "^3.9"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"