File tree Expand file tree Collapse file tree 3 files changed +8
-248
lines changed
Expand file tree Collapse file tree 3 files changed +8
-248
lines changed 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