File tree Expand file tree Collapse file tree 4 files changed +9
-249
lines changed Expand file tree Collapse file tree 4 files changed +9
-249
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ html5lib==1.1
29
29
idna == 3.3
30
30
importlib-metadata == 4.8.3
31
31
inflection == 0.5.1
32
- intbitset == 3.0.1
32
+ intbitset == 3.1.0
33
33
isodate == 0.6.1
34
34
jaraco.functools == 3.4.0
35
35
javaproperties == 0.8.1
Original file line number Diff line number Diff line change @@ -53,7 +53,6 @@ python_requires = >=3.7
53
53
54
54
install_requires =
55
55
attrs
56
- htmllistparse
57
56
commoncode
58
57
packageurl-python
59
58
requests
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 35
35
from packageurl import normalize_qualifiers
36
36
from packageurl import PackageURL
37
37
38
- from fetchcode . commoncode_datautils import choices
39
- from fetchcode . commoncode_datautils import Boolean
40
- from fetchcode . commoncode_datautils import Date
41
- from fetchcode . commoncode_datautils import Integer
42
- from fetchcode . commoncode_datautils import List
43
- from fetchcode . commoncode_datautils import Mapping
44
- from fetchcode . commoncode_datautils import String
45
- from fetchcode . commoncode_datautils import TriBoolean
38
+ from commoncode . datautils import choices
39
+ from commoncode . datautils import Boolean
40
+ from commoncode . datautils import Date
41
+ from commoncode . datautils import Integer
42
+ from commoncode . datautils import List
43
+ from commoncode . datautils import Mapping
44
+ from commoncode . datautils import String
45
+ from commoncode . datautils import TriBoolean
46
46
47
47
48
48
"""
You can’t perform that action at this time.
0 commit comments