spartacus-inventur-backend/Pipfile

18 lines
286 B
TOML
Raw Permalink Normal View History

[[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"