Delete all Go stuff, just use Python...

This commit is contained in:
mmmchimps
2023-03-27 19:44:29 +02:00
parent 8ca9d551af
commit 16a458a3ec
9 changed files with 607 additions and 185 deletions

17
Pipfile Normal file
View File

@@ -0,0 +1,17 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
fastapi = "==0.90.0"
uvicorn = {version = "==0.20.0", extras = ["standard"]}
pandas = "==1.5.3"
xlsxwriter = "==3.0.8"
[dev-packages]
autopep8 = "*"
flake8 = "*"
[requires]
python_version = "3.10"