Better Deployment Implementation

This commit is contained in:
2023-08-13 16:39:52 -03:00
committed by GitHub
parent 2b92706be0
commit cc236b7598
6 changed files with 244 additions and 107 deletions

13
Pipfile Normal file
View File

@@ -0,0 +1,13 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
python-dotenv = "*"
envsubst = "*"
[dev-packages]
[requires]
python_version = "3"