Commit 51287c7
committed
Fix setuptools dependency
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.
Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>1 parent afdfbc5 commit 51287c7
1 file changed
Lines changed: 2 additions & 2 deletions
| 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