Some checks failed
Test Suite / test (push) Has been cancelled
- Introduced `/api/tmdb` and `/api/collection/missing-locations` endpoints to the backend for improved media management. - Added a new `get_media_by_country` function in the collection API to fetch media items based on country codes. - Updated configuration to allow overriding *arr base URLs via environment variables for better flexibility. - Enhanced frontend with a new `MissingLocations` component and integrated it into the routing structure. - Improved the `CollectionMap` component to handle country selection and display media items accordingly. - Added testing dependencies in `requirements.txt` and updated frontend configuration for testing support.
15 lines
257 B
Plaintext
15 lines
257 B
Plaintext
fastapi==0.104.1
|
|
uvicorn[standard]==0.24.0
|
|
psycopg[binary]==3.1.18
|
|
psycopg-pool==3.2.0
|
|
alembic==1.12.1
|
|
sqlalchemy==2.0.23
|
|
httpx==0.25.2
|
|
pydantic==2.5.2
|
|
pydantic-settings==2.1.0
|
|
python-multipart==0.0.6
|
|
pytest==7.4.3
|
|
pytest-asyncio==0.21.1
|
|
pytest-cov==4.1.0
|
|
|