cambios
This commit is contained in:
@ -1,20 +1,19 @@
|
||||
fastapi==0.115.0
|
||||
uvicorn[standard]==0.30.6
|
||||
sqlalchemy[asyncio]==2.0.35
|
||||
asyncpg==0.29.0
|
||||
alembic==1.13.3
|
||||
pydantic==2.9.2
|
||||
pydantic-settings==2.5.2
|
||||
pydantic[email]==2.9.2
|
||||
redis==5.1.1
|
||||
python-jose[cryptography]==3.3.0
|
||||
passlib[bcrypt]==1.7.4
|
||||
python-multipart==0.0.12
|
||||
httpx==0.27.2
|
||||
anthropic==0.34.2
|
||||
slowapi==0.1.9
|
||||
python-dotenv==1.0.1
|
||||
fastapi>=0.115.0
|
||||
uvicorn[standard]>=0.30.6
|
||||
sqlalchemy[asyncio]>=2.0.36
|
||||
psycopg[binary]>=3.2.0
|
||||
alembic>=1.13.3
|
||||
pydantic>=2.10.0
|
||||
pydantic-settings>=2.7.0
|
||||
pydantic[email]>=2.10.0
|
||||
redis>=5.1.1
|
||||
python-jose[cryptography]>=3.3.0
|
||||
bcrypt>=4.2.0
|
||||
python-multipart>=0.0.12
|
||||
httpx>=0.27.2
|
||||
anthropic>=0.40.0
|
||||
python-dotenv>=1.0.1
|
||||
|
||||
# testing
|
||||
pytest==8.3.3
|
||||
pytest-asyncio==0.24.0
|
||||
pytest>=8.3.3
|
||||
pytest-asyncio>=0.24.0
|
||||
|
||||
Reference in New Issue
Block a user