Skip to content

Commit b301480

Browse files
committed
Update requirements
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 3fc5aa9 commit b301480

2 files changed

Lines changed: 19 additions & 17 deletions

File tree

requirements.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
attrs==19.3.0
2-
beautifulsoup4==4.7.1
3-
certifi==2020.12.5
4-
chardet==3.0.4
5-
click==6.7
1+
attrs==21.2.0
2+
beautifulsoup4==4.9.3
3+
certifi==2021.5.30
4+
chardet==4.0.0
5+
click==8.0.1
66
idna==2.10
77
intbitset==2.4.1
88
PyYAML==5.4.1
99
requests==2.25.1
1010
saneyaml==0.5.2
11-
six==1.12.0
12-
soupsieve==1.9.2
13-
text-unidecode==1.2
14-
typing==3.6.4
15-
urllib3==1.26.4
11+
six==1.16.0
12+
soupsieve==2.2.1
13+
text-unidecode==1.3
14+
typing==3.6.6
15+
urllib3==1.26.5

setup.cfg

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,21 @@ keywords =
2727
scancode-toolkit
2828

2929
[options]
30-
package_dir=
31-
=src
32-
packages=find:
30+
package_dir = =src
31+
packages = find:
3332
include_package_data = true
3433
zip_safe = false
34+
35+
python_requires = >=3.6.*, <4
36+
3537
install_requires =
3638
attrs >= 18.1, !=20.1.0
37-
click >= 6.0.0
38-
text_unidecode >= 1.0
3939
Beautifulsoup4 >= 4.0.0, < 5.0.0
40-
requests >= 2.7.0, < 3.0.0
40+
click >= 6.7, !=7.0
4141
intbitset >= 2.3.0, < 3.0
42-
saneyaml
42+
requests >= 2.7.0, < 3.0.0
43+
saneyaml >= 0.5.2
44+
text_unidecode >= 1.0
4345
typing >=3.6, < 3.7; python_version < "3.7"
4446

4547
setup_requires = setuptools_scm[toml] >= 4

0 commit comments

Comments
 (0)