avatar-serve/Pipfile

19 lines
332 B
TOML
Raw Normal View History

2024-08-09 02:49:17 +01:00
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
fastapi = {extras = ["standard"], version = "*"}
uvicorn = {extras = ["standard"], version = "*"}
tortoise-orm = "*"
argon2-cffi = "*"
2024-08-10 12:29:20 +01:00
pillow = "*"
appdirs = "*"
2024-08-09 02:49:17 +01:00
[dev-packages]
[requires]
python_version = "3.12"
python_full_version = "3.12.4"