Skip to content

Commit 80e8727

Browse files
Update requirements to fix release tests
Signed-off-by: Ayan Sinha Mahapatra <asmahapatra@aboutcode.org>
1 parent 6af5c98 commit 80e8727

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
attrs==25.4.0
22
babel==2.17.0
33
banal==1.0.6
4+
beartype==0.22.9
45
beautifulsoup4==4.14.3
56
binaryornot==0.4.4
67
boolean.py==5.0
@@ -33,6 +34,7 @@ imagesize==1.4.1
3334
importlib_metadata==6.2.1
3435
inflection==0.5.1
3536
intbitset==4.1.0
37+
isodate==0.7.2
3638
jaraco.functools==4.4.0
3739
javaproperties==0.8.2
3840
Jinja2==3.1.6
@@ -70,6 +72,7 @@ pytz==2022.1
7072
PyYAML==6.0.3
7173
rdflib==7.5.0
7274
regipy==6.2.0
75+
requests==2.32.5
7376
rich==12.5.1
7477
saneyaml==0.6.1
7578
semantic-version==2.10.0
@@ -79,7 +82,7 @@ spdx-tools==0.8.2
7982
stevedore==5.6.0
8083
text-unidecode==1.3
8184
toml==0.10.2
82-
twine==6.1.0
85+
tomli==2.3.0
8386
typecode==30.1.0
8487
typecode-libmagic==5.39.210531
8588
typing_extensions==4.15.0

src/packagedcode/win_reg.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
from pathlib import PureWindowsPath
1515
from dataclasses import asdict
1616

17-
from dataclasses import asdict
18-
19-
import attr
2017

2118
try:
2219
from regipy.exceptions import NoRegistrySubkeysException

0 commit comments

Comments
 (0)