Skip to content

Commit

Permalink
PyGithub just released a v2. It changes the interface (argoproj-labs#44)
Browse files Browse the repository at this point in the history
Signed-off-by: Jordi Riera <[email protected]>
  • Loading branch information
foutoucour authored Oct 4, 2023
1 parent 0fe587c commit 5d59323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
long_description=long_description,
long_description_content_type='text/markdown',
url="https://github.com/argoproj-labs/gordian",
install_requires=["pygithub", "pyyaml", "jsonpatch", "deepdiff", "retry"],
install_requires=["pygithub<2.0.0", "pyyaml", "jsonpatch", "deepdiff", "retry"],
setup_requires=setup_reqs,
extras_require={"test": setup_reqs},
tests_require=setup_reqs,
Expand Down

0 comments on commit 5d59323

Please sign in to comment.