fix: Update dependencies for Railway compatibility

- Change openai-whisper to flexible version constraint (>=20230314)
- Add explicit numpy dependency for better compatibility
- Remove exact version pins that cause build failures on Railway

This fixes the KeyError: '__version__' error during pip install on Railway.
This commit is contained in:
Claude 2025-11-16 07:42:26 +00:00
parent d93554a9ec
commit 54ffdb7e33
No known key found for this signature in database

View File

@ -1,7 +1,9 @@
Flask==2.3.3 Flask==2.3.3
Flask-CORS==4.0.0 Flask-CORS==4.0.0
python-dotenv==1.0.0 python-dotenv==1.0.0
openai-whisper==20240930 openai-whisper>=20230314
torch>=1.10.1 torch>=1.10.1
numpy>=1.21.0
python-multipart==0.0.6 python-multipart==0.0.6
gunicorn==21.2.0 gunicorn==21.2.0