File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -191,7 +191,6 @@ def from_dict(cls, data: PackageMetadata) -> PackageDefinition:
191191 "enocean" , # https://github.com/kipe/enocean/pull/142
192192 "imutils" , # https://github.com/PyImageSearch/imutils/pull/292
193193 "iso4217" , # Public domain
194- "jaraco.itertools" , # MIT - https://github.com/jaraco/jaraco.itertools/issues/21
195194 "kiwiki_client" , # https://github.com/c7h/kiwiki_client/pull/6
196195 "ld2410-ble" , # https://github.com/930913/ld2410-ble/pull/7
197196 "maxcube-api" , # https://github.com/uebelack/python-maxcube-api/pull/48
@@ -205,6 +204,11 @@ def from_dict(cls, data: PackageMetadata) -> PackageDefinition:
205204 "repoze.lru" ,
206205 "sharp_aquos_rc" , # https://github.com/jmoore987/sharp_aquos_rc/pull/14
207206 "tapsaff" , # https://github.com/bazwilliams/python-taps-aff/pull/5
207+ # ---
208+ # https://github.com/jaraco/skeleton/pull/170
209+ # https://github.com/jaraco/skeleton/pull/171
210+ "jaraco.itertools" , # MIT - https://github.com/jaraco/jaraco.itertools/issues/21
211+ "setuptools" , # MIT
208212}
209213
210214TODO = {
You can’t perform that action at this time.
0 commit comments