This commit is contained in:
2020-12-01 17:23:40 -03:00
parent 9852a8cbdc
commit 45f1c87e87
4 changed files with 182 additions and 0 deletions

16
bin/informes/Pipfile Normal file
View File

@ -0,0 +1,16 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
pandas = "*"
xlsxwriter = "*"
httpx = "*"
flask = "*"
numpy = "*"
[requires]
python_version = "3.8"