Skip to content

Commit

Permalink
Disallow PyGithub==1.54 to work around infinite loop in pip.
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Dec 3, 2020
1 parent 76bdc94 commit 29e91bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apeye>=0.4.0
click>=7.1.2
consolekit>=0.5.0
domdf-python-tools>=1.5.0
domdf-python-tools>=1.6.0
dulwich!=0.20.7,!=0.20.8,!=0.20.9,>=0.20.5
pygithub>=1.53
pygithub!=1.54,>=1.53
pynacl>=1.4.0
repo-helper>=2020.12.2
southwark>=0.4.0
Expand Down

0 comments on commit 29e91bc

Please sign in to comment.