File tree Expand file tree Collapse file tree 3 files changed +9
-11
lines changed Expand file tree Collapse file tree 3 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,13 @@ beautifulsoup4==4.9.3
44binaryornot == 0.4.4
55bitarray == 2.1.0
66boolean.py == 3.8
7- certifi == 2020.12.5
7+ certifi == 2021.5.30
8+ cffi == 1.14.5
89chardet == 4.0.0
910click == 8.0.1
1011colorama == 0.4.4
1112commoncode == 21.5.25
13+ cryptography == 3.4.7
1214debian-inspector == 21.5.25
1315dparse == 0.5.1
1416extractcode == 21.6.1
@@ -17,7 +19,7 @@ extractcode-libarchive==3.5.1.210531
1719fasteners == 0.16
1820fingerprints == 1.0.3
1921ftfy == 6.0.3
20- future == 0.16.0
22+ future == 0.18.2
2123gemfileparser == 0.8.0
2224html5lib == 1.1
2325idna == 2.10
@@ -32,7 +34,7 @@ license-expression==1.2
3234lxml == 4.6.3
3335MarkupSafe == 2.0.1
3436more-itertools == 8.8.0
35- nltk == 3.6.2
37+ nltk == 3.4.5
3638normality == 2.2.2
3739packageurl-python == 0.9.4
3840packaging == 20.9
@@ -46,7 +48,7 @@ plugincode==21.1.21
4648ply == 3.11
4749publicsuffix2 == 2.20191221
4850pyahocorasick == 1.4.2
49- pycryptodome == 3.6.6
51+ pycparser == 2.20
5052Pygments == 2.9.0
5153pymaven-patch == 0.3.0
5254pyparsing == 2.4.7
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ python_requires = >=3.6.*, <4
5454install_requires =
5555 attrs >= 18.1, !=20.1.0
5656 Beautifulsoup4 >= 4.0.0, <5.0.0
57- bitarray >= 0.8.1, < 1 .0.0
57+ bitarray >= 0.8.1, < 3 .0.0
5858 boolean.py >= 3.5, < 4.0
5959 chardet >= 3.0.0
6060 click >= 6.7, !=7.0
@@ -64,7 +64,7 @@ install_requires =
6464 dparse >= 0.5.1
6565 fasteners
6666 fingerprints >= 0.6.0
67- ftfy < 5 .0.0
67+ ftfy >= 4 .0.0
6868 gemfileparser >= 0.7.0
6969 html5lib
7070 importlib_metadata; python_version < "3.9"
@@ -78,15 +78,14 @@ install_requires =
7878 MarkupSafe >= 1.0
7979 nltk >= 3.2, !=3.6, < 4.0
8080 packageurl_python >= 0.9.0
81- packaging
81+ packaging > 20
8282 pdfminer.six >= 20200101
8383 pefile >= 2020.1.1
8484 pkginfo >= 1.7.0
8585 pluggy >= 0.12.0, < 1.0
8686 plugincode >= 21.1.21
8787 publicsuffix2
8888 pyahocorasick >= 1.4.0, < 1.5
89- pycryptodome >= 3.6.6
9089 pygments
9190 pymaven_patch >= 0.2.8
9291 requests >= 2.7.0, < 3.0.0
@@ -121,7 +120,6 @@ dev =
121120 pytest-rerunfailures
122121 aboutcode-toolkit >= 6.0.0
123122 bump2version
124- coverage
125123
126124[options.entry_points]
127125console_scripts =
Original file line number Diff line number Diff line change @@ -86,7 +86,6 @@ install_requires =
8686 plugincode >= 21.1.21
8787 publicsuffix2
8888 pyahocorasick >= 1.4.0, < 1.5
89- pycryptodome >= 3.6.6
9089 pygments
9190 pymaven_patch >= 0.2.8
9291 requests >= 2.7.0, < 3.0.0
@@ -121,7 +120,6 @@ dev =
121120 pytest-rerunfailures
122121 aboutcode-toolkit >= 6.0.0
123122 bump2version
124- coverage
125123
126124[options.entry_points]
127125console_scripts =
You can’t perform that action at this time.
0 commit comments