This commit is contained in:
2021-03-25 21:13:13 -03:00
parent 8eae698aba
commit cdf3ce9c21
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"