- Updated to use python3-discogs-client==2.8 library - Added environment variable configuration for API keys - Implemented proper error handling for missing API credentials - Added .env file for configuration management - Enhanced search functionality with graceful fallbacks - Updated README with Discogs API setup instructions
8 lines
144 B
Plaintext
8 lines
144 B
Plaintext
fastapi==0.104.1
|
|
uvicorn[standard]==0.24.0
|
|
httpx==0.25.2
|
|
jinja2==3.1.2
|
|
python-multipart==0.0.6
|
|
python3-discogs-client==2.8
|
|
python-dotenv==1.1.1
|