mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-06-17 23:09:35 +00:00
fix: add aiosqlite dependency — fixes Railway crash when DATABASE_URL missing
Railway container crashes with 'No module named aiosqlite' because database.py falls back to SQLite when DATABASE_URL env var is not found. Adding aiosqlite as dependency fixes the import. https://claude.ai/code/session_01W1rJthWDkasijTdXCfxVHs
This commit is contained in:
parent
5e9c097bcd
commit
3f920a17d7
@ -83,3 +83,4 @@ qrcode==8.0
|
|||||||
Pillow==11.0.0
|
Pillow==11.0.0
|
||||||
xmltodict==0.14.2
|
xmltodict==0.14.2
|
||||||
email-validator>=2.1.0
|
email-validator>=2.1.0
|
||||||
|
aiosqlite>=0.20.0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user