Commit e6a92a0
committed
Fix pyproject.toml optional-dependencies syntax
The streamlit optional dependency was in a nested TOML table instead of
an array under [project.optional-dependencies], causing setuptools to
reject the configuration during Docker build.1 parent 0979394 commit e6a92a0
1 file changed
Lines changed: 2 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | 14 | | |
18 | | - | |
19 | | - | |
20 | | - | |
| 15 | + | |
| 16 | + | |
21 | 17 | | |
22 | 18 | | |
23 | 19 | | |
| |||
0 commit comments