kac/Pipfile

20 lines
262 B
TOML
Raw Permalink Normal View History

2022-11-04 00:56:20 +00:00
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
startspimage = "*"
2022-11-04 11:57:38 +00:00
fastapi = "*"
uvicorn = "*"
python-multipart = "*"
requests = "*"
2022-11-04 00:56:20 +00:00
[dev-packages]
[requires]
python_version = "3.10"
[scripts]
app = "watchgod main.main"