25 lines
376 B
Plaintext
25 lines
376 B
Plaintext
# FastAPI & web server
|
|
fastapi==0.104.1
|
|
uvicorn[standard]==0.24.0
|
|
python-multipart==0.0.6
|
|
|
|
# HTTP клиенты
|
|
httpx==0.25.2
|
|
|
|
# Pydantic для валидации
|
|
pydantic==2.5.0
|
|
pydantic-settings==2.1.0
|
|
|
|
# JWT & Security
|
|
python-jose[cryptography]==3.3.0
|
|
passlib[bcrypt]==1.7.4
|
|
|
|
# Async
|
|
anyio==4.1.0
|
|
|
|
# Environment variables
|
|
python-dotenv==1.0.0
|
|
|
|
# CORS
|
|
fastapi-cors==0.0.6
|