This commit is contained in:
2021-03-25 21:23:47 -03:00
parent 5e0e7d1d55
commit a492fd0688

12
Pipfile Normal file
View File

@ -0,0 +1,12 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
gunicorn = "*"
[requires]
python_version = "3.8"