biblequizappapi-00xt6k/requirements.txt
Automated Action 6f0470e475 Implement Bible Quiz App API with FastAPI and SQLite
- Setup project structure with FastAPI app
- Create SQLAlchemy models for categories, questions, quizzes, and results
- Implement API endpoints for all CRUD operations
- Set up Alembic migrations for database schema management
- Add comprehensive documentation in README.md
2025-06-05 10:31:02 +00:00

10 lines
179 B
Plaintext

fastapi>=0.104.0
uvicorn>=0.23.2
sqlalchemy>=2.0.0
alembic>=1.12.0
pydantic>=2.4.2
python-dotenv>=1.0.0
ruff>=0.0.292
python-multipart>=0.0.6
pathlib>=1.0.1
email-validator>=2.0.0