Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions analyzer/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
lxml==5.3.0
portalocker==3.1.1
psutil==5.8.0
PyYAML==6.0.1
types-PyYAML==6.0.12.12
sarif-tools==3.0.4
multiprocess==0.70.15
setuptools==70.2.0
lxml~=5.3
portalocker~=3.1
psutil~=5.8
PyYAML~=6.0
types-PyYAML~=6.0
sarif-tools~=3.0
multiprocess~=0.70
setuptools~=70.2
10 changes: 5 additions & 5 deletions analyzer/requirements_py/dev/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pytest==7.3.1
pycodestyle==2.12.0
pylint==3.2.4
mkdocs==1.5.3
coverage==5.5.0
pytest~=7.3
pycodestyle~=2.12
pylint~=3.2.4
mkdocs~=1.5
coverage~=5.5

-r ../../requirements.txt
2 changes: 1 addition & 1 deletion analyzer/requirements_py/osx/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
scan-build==2.0.19
scan-build~=2.0

-r ../../requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pytest==7.3.1
pycodestyle==2.12.0
pylint==3.2.4
pytest~=7.3
pycodestyle~=2.12
pylint~=3.2.4
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest==7.3.1
pycodestyle==2.12.0
pylint==3.2.4
setuptools==70.2.0
pytest~=7.3
pycodestyle~=2.12
pylint~=3.2.4
setuptools~=70.2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest==7.3.1
pycodestyle==2.12.0
pylint==3.2.4
setuptools==70.2.0
pytest~=7.3
pycodestyle~=2.12
pylint~=3.2.4
setuptools~=70.2
12 changes: 6 additions & 6 deletions codechecker_common/requirements_py/dev/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
portalocker==3.1.1
coverage==5.5.0
mypy==1.7.1
PyYAML==6.0.1
types-PyYAML==6.0.12.12
setuptools==70.2.0
portalocker~=3.1
coverage~=5.5
mypy~=1.7
PyYAML~=6.0
types-PyYAML~=6.0
setuptools~=70.2
2 changes: 1 addition & 1 deletion requirements_py/docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
mkdocs==1.5.3
mkdocs~=1.5
10 changes: 5 additions & 5 deletions scripts/debug_tools/crash_clustering/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
matplotlib==3.8.2
numpy==1.25.2
scikit-learn==1.5.0
scipy==1.11.1
tqdm==4.66.3
matplotlib~=3.8
numpy~=1.25
scikit-learn~=1.5
scipy~=1.11
tqdm~=4.66
14 changes: 7 additions & 7 deletions scripts/labels/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# codechecker==local
emoji==2.11.0
lxml==5.3.0
packaging==24.0
selenium==4.19.0
tabulate==0.9.0
termcolor==2.4.0
urllib3==2.2.2
emoji~=2.11
lxml~=5.3
packaging~=24.0
selenium~=4.19
tabulate~=0.9
termcolor~=2.4
urllib3~=2.2
10 changes: 5 additions & 5 deletions tools/bazel/requirements_py/dev/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pytest==7.3.1
pycodestyle==2.12.0
pylint==3.2.4
mypy==1.7.1
setuptools==70.2.0
pytest~=7.3
pycodestyle~=2.12
pylint~=3.2.4
mypy~=1.7
setuptools~=70.2
18 changes: 9 additions & 9 deletions tools/report-converter/requirements_py/dev/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
pytest==7.3.1
sarif-tools==3.0.4
pycodestyle==2.12.0
pylint==3.2.4
portalocker==3.1.1
mypy==1.7.1
setuptools==70.2.0
PyYAML==6.0.1
types-PyYAML==6.0.12
pytest~=7.3
sarif-tools~=3.0
pycodestyle~=2.12
pylint~=3.2.4
portalocker~=3.1
mypy~=1.7
setuptools~=70.2
PyYAML~=6.0
types-PyYAML~=6.0
10 changes: 5 additions & 5 deletions tools/tu_collector/requirements_py/dev/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pytest==7.3.1
pycodestyle==2.12.0
pylint==3.2.4
mypy==1.7.1
setuptools==70.2.0
pytest~=7.3
pycodestyle~=2.12
pylint~=3.2.4
mypy~=1.7
setuptools~=70.2
26 changes: 13 additions & 13 deletions web/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
Authlib==1.3.1
requests==2.32.4 # Required by Authlib. Not installed automatically for some reason.
lxml==5.3.0
sqlalchemy==1.3.23
alembic==1.5.5
portalocker==3.1.1
psutil==5.8.0
multiprocess==0.70.15
thrift==0.22.0
gitpython==3.1.41
PyYAML==6.0.1
types-PyYAML==6.0.12.12
sarif-tools==3.0.4
Authlib~=1.3
requests~=2.32 # Required by Authlib. Not installed automatically for some reason.
lxml~=5.3
sqlalchemy~=1.3
alembic~=1.5
portalocker~=3.1
psutil~=5.8
multiprocess~=0.70
thrift~=0.22
gitpython~=3.1
PyYAML~=6.0
types-PyYAML~=6.0
sarif-tools~=3.0

./api/py/codechecker_api/dist/codechecker_api.tar.gz
./api/py/codechecker_api_shared/dist/codechecker_api_shared.tar.gz
6 changes: 3 additions & 3 deletions web/requirements_py/auth/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
python-ldap==3.4.0
python-pam==1.8.4
requests==2.32.3
python-ldap~=3.4
python-pam~=1.8
requests~=2.32
12 changes: 6 additions & 6 deletions web/requirements_py/db_pg8000/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
lxml==5.3.0
sqlalchemy==1.3.23
alembic==1.5.5
pg8000==1.15.2
psutil==5.8.0
portalocker==3.1.1
lxml~=5.3
sqlalchemy~=1.3
alembic~=1.5
pg8000~=1.15
psutil~=5.8
portalocker~=3.1

./api/py/codechecker_api/dist/codechecker_api.tar.gz
./api/py/codechecker_api_shared/dist/codechecker_api_shared.tar.gz
12 changes: 6 additions & 6 deletions web/requirements_py/db_psycopg2/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
lxml==5.3.0
sqlalchemy==1.3.23
alembic==1.5.5
psycopg2-binary==2.8.6
psutil==5.8.0
portalocker==3.1.1
lxml~=5.3
sqlalchemy~=1.3
alembic~=1.5
psycopg2-binary~=2.8
psutil~=5.8
portalocker~=3.1

./api/py/codechecker_api/dist/codechecker_api.tar.gz
./api/py/codechecker_api_shared/dist/codechecker_api_shared.tar.gz
16 changes: 8 additions & 8 deletions web/requirements_py/dev/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
pycodestyle==2.12.0
psycopg2-binary==2.8.6
pg8000==1.15.2
pylint==3.2.4
pytest==7.3.1
mkdocs==1.5.3
coverage==5.5.0
pycodestyle~=2.12
psycopg2-binary~=2.8
pg8000~=1.15
pylint~=3.2.4
pytest~=7.3
mkdocs~=1.5
coverage~=5.5

-r ../../requirements.txt

# publish packages to pypi
twine
cryptography==41.0.4
cryptography~=41.0
Loading