File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
66idna == 2.10
77intbitset == 2.4.1
88PyYAML == 5.4.1
99requests == 2.25.1
1010saneyaml == 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
Original file line number Diff line number Diff 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:
3332include_package_data = true
3433zip_safe = false
34+
35+ python_requires = >=3.6.*, <4
36+
3537install_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
4547setup_requires = setuptools_scm[toml] >= 4
You can’t perform that action at this time.
0 commit comments