Skip to content

Commit b8bb307

Browse files
authored
Merge pull request #102 from nexB/remove-duplicate-commoncode-util
Remove duplicate code for commoncode.datautils
2 parents 652c524 + 22239c0 commit b8bb307

File tree

4 files changed

+9
-249
lines changed

4 files changed

+9
-249
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ html5lib==1.1
2929
idna==3.3
3030
importlib-metadata==4.8.3
3131
inflection==0.5.1
32-
intbitset==3.0.1
32+
intbitset==3.1.0
3333
isodate==0.6.1
3434
jaraco.functools==3.4.0
3535
javaproperties==0.8.1

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ python_requires = >=3.7
5353

5454
install_requires =
5555
attrs
56-
htmllistparse
5756
commoncode
5857
packageurl-python
5958
requests

src/fetchcode/commoncode_datautils.py

Lines changed: 0 additions & 239 deletions
This file was deleted.

src/fetchcode/packagedcode_models.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@
3535
from packageurl import normalize_qualifiers
3636
from 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
"""

0 commit comments

Comments
 (0)