
- Create User model and database schema - Add JWT authentication with secure password hashing - Create authentication endpoints for registration and login - Update invoice routes to require authentication - Ensure users can only access their own invoices - Update documentation in README.md
15 lines
301 B
Plaintext
15 lines
301 B
Plaintext
fastapi>=0.100.0
|
|
uvicorn>=0.22.0
|
|
sqlalchemy>=2.0.0
|
|
alembic>=1.11.1
|
|
pydantic>=2.0.0
|
|
pydantic-settings>=2.0.0
|
|
python-dateutil>=2.8.2
|
|
typing-extensions>=4.7.1
|
|
ruff>=0.0.292
|
|
python-dotenv>=1.0.0
|
|
jinja2>=3.1.2
|
|
aiofiles>=23.1.0
|
|
python-jose[cryptography]>=3.3.0
|
|
passlib[bcrypt]>=1.7.4
|
|
python-multipart>=0.0.6 |