Skip to content

Commit

Permalink
Merge pull request #118 from joselsegura/fix_deps_resolution_problem
Browse files Browse the repository at this point in the history
Fix a dependency problem that makes imposible to install
  • Loading branch information
joselsegura authored Nov 28, 2023
2 parents 99833f2 + 36801d7 commit b5fb91b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
app-common-python==0.2.6
boto3==1.29.7
insights-core==3.2.24
git+https://github.com/RedHatInsights/insights-core-messaging@1.2.2
git+https://github.com/RedHatInsights/insights-core-messaging@1.2.4
jsonschema==4.20.0
python-json-logger==2.0.7
requests==2.31.0
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ zip_safe = False
packages = find:
install_requires =
app-common-python>=0.2.3
boto3
boto3<=1.28.64
confluent-kafka>=2.0.0
insights-core>=3.1.2
insights-core-messaging>=1.2.1
insights-core-messaging>=1.2.4
jsonschema>=4.0.0
prometheus-client>=0.16.0
python-json-logger
Expand Down

0 comments on commit b5fb91b

Please sign in to comment.