
- Set up project structure and FastAPI application - Create configuration and security modules - Add API routers and endpoint placeholders - Add health check endpoint - Update README.md with project details
13 lines
260 B
Plaintext
13 lines
260 B
Plaintext
fastapi>=0.95.0
|
|
uvicorn>=0.21.1
|
|
pydantic>=2.0.0
|
|
pydantic-settings>=2.0.0
|
|
sqlalchemy>=2.0.0
|
|
alembic>=1.10.0
|
|
python-jose[cryptography]>=3.3.0
|
|
passlib[bcrypt]>=1.7.4
|
|
python-multipart>=0.0.6
|
|
ruff>=0.0.262
|
|
email-validator>=2.0.0
|
|
python-dotenv>=1.0.0
|
|
tenacity>=8.2.2 |