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
2929idna == 3.3
3030importlib-metadata == 4.8.3
3131inflection == 0.5.1
32- intbitset == 3.0.1
32+ intbitset == 3.1.0
3333isodate == 0.6.1
3434jaraco.functools == 3.4.0
3535javaproperties == 0.8.1
Original file line number Diff line number Diff line change @@ -53,7 +53,6 @@ python_requires = >=3.7
5353
5454install_requires =
5555 attrs
56- htmllistparse
5756 commoncode
5857 packageurl-python
5958 requests
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3535from packageurl import normalize_qualifiers
3636from packageurl import PackageURL
3737
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
4646
4747
4848"""
You can’t perform that action at this time.
0 commit comments