Commit 9a0c64c
committed
Install: Version of setuptools moved to pyproject.toml
Setuptools are listed as both build and runtime dependency (because
we need pkg_resources during runtime), which makes it no longer
necessary to upgrade setuptools before building.
We don't pin the exact version in constraints.txt, because "pip freeze"
surprisingly skips setuptools.1 parent 058130a commit 9a0c64c
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
74 | | - | |
| 75 | + | |
75 | 76 | | |
0 commit comments