Commit c3e8125
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.1 parent a80b302 commit c3e8125
1 file changed
Lines changed: 1 addition & 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 | | |
| |||
0 commit comments