File tree Expand file tree Collapse file tree 13 files changed +51
-51
lines changed
merge_clang_extdef_mappings/requirements_py/dev
statistics_collector/requirements_py/dev
codechecker_common/requirements_py/dev
bazel/requirements_py/dev
report-converter/requirements_py/dev
tu_collector/requirements_py/dev Expand file tree Collapse file tree 13 files changed +51
-51
lines changed Original file line number Diff line number Diff line change 44# Use version ranges or upper bounds instead (e.g. limited to a major release)
55# to let users select a specific compatible version.
66
7- lxml < 6
8- portalocker < 4
9- psutil < 8
10- PyYAML < 7
11- types-PyYAML < 7
12- sarif-tools < 4
13- multiprocess < 0.71
14- setuptools < 81
15- semver < 4
16- argcomplete < 4
7+ lxml ~= 6.0
8+ portalocker ~= 3.0
9+ psutil ~= 7.0
10+ PyYAML ~= 6.0
11+ types-PyYAML ~= 6.0
12+ sarif-tools ~= 3.0
13+ multiprocess ~= 0.70
14+ setuptools ~= 80.0
15+ semver ~= 3.0
16+ argcomplete ~= 3.0
Original file line number Diff line number Diff line change 1- scan-build < =2.0.19
1+ scan-build ~ =2.0
22
33-r ../../requirements.txt
Original file line number Diff line number Diff line change 11pytest <= 7.3.1
22pycodestyle <= 2.12.0
33pylint < 3.3
4- setuptools < 81
4+ setuptools ~= 80.0
Original file line number Diff line number Diff line change 11pytest <= 7.3.1
22pycodestyle <= 2.12.0
33pylint < 3.3
4- setuptools < 81
4+ setuptools ~= 80.0
Original file line number Diff line number Diff line change 1- portalocker < 4
1+ portalocker ~= 3.0
22coverage <= 5.5.0
33mypy <= 1.7.1
4- PyYAML < 7
5- types-PyYAML < 7
6- setuptools < 81
4+ PyYAML ~= 6.0
5+ types-PyYAML ~= 6.0
6+ setuptools ~= 80.0
Original file line number Diff line number Diff line change 11# codechecker<=local
2- emoji < 3
3- lxml < 6
4- packaging < 26
5- selenium < 5
6- tabulate < 1
7- termcolor < 4
8- urllib3 < 3
2+ emoji ~= 2.0
3+ lxml ~= 6.0
4+ packaging ~= 25.0
5+ selenium ~= 4.30
6+ tabulate ~= 0.9
7+ termcolor ~= 3.0
8+ urllib3 ~= 2.0
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ pytest<=7.3.1
22pycodestyle <= 2.12.0
33pylint < 3.3
44mypy <= 1.7.1
5- setuptools < 81
5+ setuptools ~= 80.0
Original file line number Diff line number Diff line change 11pytest <= 7.3.1
2- sarif-tools < 4
2+ sarif-tools ~= 3.0
33pycodestyle <= 2.12.0
44pylint < 3.3
5- portalocker < 4
5+ portalocker ~= 3.0
66mypy <= 1.7.1
7- setuptools < 81
8- PyYAML < 7
9- types-PyYAML < 7
7+ setuptools ~= 80.0
8+ PyYAML ~= 6.0
9+ types-PyYAML ~= 6.0
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ pytest<=7.3.1
22pycodestyle <= 2.12.0
33pylint < 3.3
44mypy <= 1.7.1
5- setuptools < 81
5+ setuptools ~= 80.0
Original file line number Diff line number Diff line change 44# Use version ranges or upper bounds instead (e.g. limited to a major release)
55# to let users select a specific compatible version.
66
7- Authlib < 2
8- requests < 3 # Required by Authlib. Not installed automatically for some reason.
9- lxml < 6
7+ Authlib ~= 1.6
8+ requests ~= 2.0 # Required by Authlib. Not installed automatically for some reason.
9+ lxml ~= 6.0
1010sqlalchemy ~= 2.0
1111alembic ~= 1.5
12- portalocker < 4
13- psutil < 8
14- multiprocess < 0.71
15- thrift < 0.23
16- gitpython < 4
17- PyYAML < 7
18- types-PyYAML < 7
19- sarif-tools < 4
20- argcomplete < 4
12+ portalocker ~= 3.0
13+ psutil ~= 7.0
14+ multiprocess ~= 0.70
15+ thrift ~= 0.22
16+ gitpython ~= 3.0
17+ PyYAML ~= 6.0
18+ types-PyYAML ~= 6.0
19+ sarif-tools ~= 3.0
20+ argcomplete ~= 3.0
2121
2222./api/py/codechecker_api/dist/codechecker_api.tar.gz
2323./api/py/codechecker_api_shared/dist/codechecker_api_shared.tar.gz
You can’t perform that action at this time.
0 commit comments