File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11attrs == 25.4.0
22babel == 2.17.0
33banal == 1.0.6
4+ beartype == 0.22.9
45beautifulsoup4 == 4.14.3
56binaryornot == 0.4.4
67boolean.py == 5.0
@@ -33,6 +34,7 @@ imagesize==1.4.1
3334importlib_metadata == 6.2.1
3435inflection == 0.5.1
3536intbitset == 4.1.0
37+ isodate == 0.7.2
3638jaraco.functools == 4.4.0
3739javaproperties == 0.8.2
3840Jinja2 == 3.1.6
@@ -70,6 +72,7 @@ pytz==2022.1
7072PyYAML == 6.0.3
7173rdflib == 7.5.0
7274regipy == 6.2.0
75+ requests == 2.32.5
7376rich == 12.5.1
7477saneyaml == 0.6.1
7578semantic-version == 2.10.0
@@ -79,7 +82,7 @@ spdx-tools==0.8.2
7982stevedore == 5.6.0
8083text-unidecode == 1.3
8184toml == 0.10.2
82- twine == 6.1 .0
85+ tomli == 2.3 .0
8386typecode == 30.1.0
8487typecode-libmagic == 5.39.210531
8588typing_extensions == 4.15.0
Original file line number Diff line number Diff line change 1414from pathlib import PureWindowsPath
1515from dataclasses import asdict
1616
17- from dataclasses import asdict
18-
19- import attr
2017
2118try :
2219 from regipy .exceptions import NoRegistrySubkeysException
You can’t perform that action at this time.
0 commit comments