Skip to content

Commit dd74d02

Browse files
committed
Update requirements
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent f291a56 commit dd74d02

File tree

3 files changed

+9
-11
lines changed

3 files changed

+9
-11
lines changed

requirements.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ beautifulsoup4==4.9.3
44
binaryornot==0.4.4
55
bitarray==2.1.0
66
boolean.py==3.8
7-
certifi==2020.12.5
7+
certifi==2021.5.30
8+
cffi==1.14.5
89
chardet==4.0.0
910
click==8.0.1
1011
colorama==0.4.4
1112
commoncode==21.5.25
13+
cryptography==3.4.7
1214
debian-inspector==21.5.25
1315
dparse==0.5.1
1416
extractcode==21.6.1
@@ -17,7 +19,7 @@ extractcode-libarchive==3.5.1.210531
1719
fasteners==0.16
1820
fingerprints==1.0.3
1921
ftfy==6.0.3
20-
future==0.16.0
22+
future==0.18.2
2123
gemfileparser==0.8.0
2224
html5lib==1.1
2325
idna==2.10
@@ -32,7 +34,7 @@ license-expression==1.2
3234
lxml==4.6.3
3335
MarkupSafe==2.0.1
3436
more-itertools==8.8.0
35-
nltk==3.6.2
37+
nltk==3.4.5
3638
normality==2.2.2
3739
packageurl-python==0.9.4
3840
packaging==20.9
@@ -46,7 +48,7 @@ plugincode==21.1.21
4648
ply==3.11
4749
publicsuffix2==2.20191221
4850
pyahocorasick==1.4.2
49-
pycryptodome==3.6.6
51+
pycparser==2.20
5052
Pygments==2.9.0
5153
pymaven-patch==0.3.0
5254
pyparsing==2.4.7

setup-mini.cfg

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ python_requires = >=3.6.*, <4
5454
install_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]
127125
console_scripts =

setup.cfg

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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]
127125
console_scripts =

0 commit comments

Comments
 (0)