Commit 6e7830a
authored
Dependency management (csernazs#167)
according to poetry docs all development dependencies should go into groups (optional groups) rather than in extras.
also, in recent poetry versions --dev got deprecated, thus remove it as well and go only with groups
read more: https://python-poetry.org/docs/managing-dependencies/1 parent 20eb0bc commit 6e7830a
3 files changed
Lines changed: 328 additions & 315 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments