2024-12-26 14:42:24 +02:00

27 lines
1.0 KiB
Plaintext

fastapi==0.115.5 # https://github.com/tiangolo/fastapi
uvicorn==0.32.1 # https://pypi.org/project/uvicorn/
pydantic[email]==2.10.2 # https://github.com/pydantic/pydantic
pydantic-settings[yaml]==2.6.1 # https://github.com/pydantic/pydantic-settings/
tortoise-orm[accel,asyncpg]==0.22.1 # https://pypi.org/project/tortoise-orm/
aerich==0.7.2 # https://pypi.org/project/aerich/
setech==1.4.2 # https://pypi.org/project/setech/
python-multipart==0.0.18 # https://pypi.org/project/python-multipart/
email-validator==2.2.0 # https://pypi.org/project/email-validator/
tenacity==9.0.0 # https://pypi.org/project/tenacity/
pydantic==2.10.2 # https://pypi.org/project/pydantic/
#emails==0.6 # https://pypi.org/project/emails/
python-jose[cryptography]==3.3 # https://pypi.org/project/python-jose/
passlib[bcrypt]==1.7.4 # https://pypi.org/project/passlib/
bcrypt==4.2.1 # https://pypi.org/project/bcrypt/
# Pin bcrypt until passlib supports the latest
pydantic-settings==2.6.1 # https://pypi.org/project/pydantic-settings/
asyncio==3.4.3