Commit f092e04
committed
fix: add explicit greenlet dependency for SQLAlchemy async support
SQLAlchemy's async features (used with aiosqlite) require greenlet at
runtime, but it's not always installed as a transitive dependency.
This caused make start to fail on macOS with a missing module error.
Added greenlet>=3.0.0 to both pyproject.toml and setup.py to ensure
consistent installs across PEP517 and legacy/Docker fallback paths.1 parent a80b302 commit f092e04
2 files changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
0 commit comments