Commit edfed22
authored
Fix setuptools dependency (#387)
It looks like the deependency got a bit mixed up at some point, and
`types-setuptools` dependency started getting widenned and the real
optional dependency (for `api`) stopped being widenned.
We'll probably need to keep an eye on dependabot to see if this was done
by dependabot, but even if it is not, it is failing to widden the
`setuptools` dependency for some reason.1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
0 commit comments