avatar-serve/Pipfile
2024-08-09 02:49:17 +01:00

16 lines
305 B
TOML

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