
- Setup project structure and basic FastAPI application - Define database models for users, profiles, matches, and messages - Set up database connection and create Alembic migrations - Implement user authentication and registration endpoints - Create API endpoints for profile management, matches, and messaging - Add filtering and search functionality for tech profiles - Setup environment variable configuration - Create README with project information and setup instructions
14 lines
377 B
Plaintext
14 lines
377 B
Plaintext
fastapi>=0.103.1,<0.104.0
|
|
uvicorn>=0.23.2,<0.24.0
|
|
sqlalchemy>=2.0.20,<2.1.0
|
|
alembic>=1.12.0,<1.13.0
|
|
pydantic>=2.3.0,<2.4.0
|
|
pydantic-settings>=2.0.3,<2.1.0
|
|
python-jose[cryptography]>=3.3.0,<3.4.0
|
|
passlib[bcrypt]>=1.7.4,<1.8.0
|
|
python-multipart>=0.0.6,<0.1.0
|
|
email-validator>=2.0.0,<2.1.0
|
|
ruff>=0.0.287,<0.1.0
|
|
pytest>=7.4.2,<7.5.0
|
|
httpx>=0.24.1,<0.25.0
|
|
python-dotenv>=1.0.0,<1.1.0 |