23 lines
377 B
TOML
23 lines
377 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
fastapi = "==0.95.0"
|
|
uvicorn = "==0.20.0"
|
|
requests = "==2.28.0"
|
|
pydantic = "==1.10.0"
|
|
python-jose = "==3.3.0"
|
|
passlib = "==1.7.4"
|
|
sqlalchemy = "==1.4.40"
|
|
aiohttp = "==3.8.1"
|
|
cryptography = "==38.0.0"
|
|
pillow = "==9.3.0"
|
|
|
|
[dev-packages]
|
|
pytest = "==7.2.0"
|
|
|
|
[requires]
|
|
python_version = "3.11"
|