
- Fix code linting issues - Update README with detailed documentation - Configure database paths for the current environment - Create necessary directory structure The News Aggregation Service is now ready to use with FastAPI and SQLite.
13 lines
348 B
Plaintext
13 lines
348 B
Plaintext
fastapi>=0.96.0,<0.97.0
|
|
uvicorn>=0.22.0,<0.23.0
|
|
pydantic>=2.0.0,<3.0.0
|
|
pydantic-settings>=2.0.0,<3.0.0
|
|
sqlalchemy>=2.0.0,<3.0.0
|
|
alembic>=1.11.0,<1.12.0
|
|
httpx>=0.24.0,<0.25.0
|
|
python-jose[cryptography]>=3.3.0,<3.4.0
|
|
passlib[bcrypt]>=1.7.4,<1.8.0
|
|
python-multipart>=0.0.6,<0.0.7
|
|
email-validator>=2.0.0,<3.0.0
|
|
tenacity>=8.2.2,<8.3.0
|
|
ruff>=0.0.270,<0.1.0 |