Skip to content

Commit

Permalink
Merge pull request #3626 from csordasmarton/fix_yaml_requirement
Browse files Browse the repository at this point in the history
[req] Add pyyaml dependency to the web part
  • Loading branch information
bruntib authored Mar 16, 2022
2 parents 5f5b6b7 + 1850c9c commit e6ba0f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions codechecker_common/requirements_py/dev/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ portalocker==2.2.1
coverage==5.5.0
mypy==0.812
mypy_extensions==0.4.3
PyYAML==5.4.1
1 change: 1 addition & 0 deletions web/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ psutil==5.8.0
mypy_extensions==0.4.3
thrift==0.13.0
gitpython==3.1.11
PyYAML==5.4.1

./api/py/codechecker_api/dist/codechecker_api.tar.gz
./api/py/codechecker_api_shared/dist/codechecker_api_shared.tar.gz

0 comments on commit e6ba0f5

Please sign in to comment.