invitey/Pipfile
2024-06-25 02:23:42 +01:00

16 lines
265 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
fastapi = "*"
uvicorn = {extras = ["standard"], version = "*"}
tortoise-orm = "*"
pynacl = "*"
[dev-packages]
[requires]
python_version = "3.12"
python_full_version = "3.12.3"