Skip to content

Commit

Permalink
Merge pull request RunestoneInteractive#1242 from bjones1/fix-require…
Browse files Browse the repository at this point in the history
…ments-click

Fix requirements click
  • Loading branch information
bnmnetp authored Aug 9, 2021
2 parents bb27301 + e08a403 commit 3d7c5e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ certifi==2021.5.30
# via requests
charset-normalizer==2.0.3
# via requests
click==8.0.1
click<8.0
# via
# -r requirements.in
# pip-tools
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# *********
# |docname|
# *********
click
click<8.0
Paver>=1.2.4
six>1.12
Sphinx<4.0.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ certifi==2021.5.30
# via requests
charset-normalizer==2.0.3
# via requests
click==8.0.1
click<8.0
# via -r requirements.in
codechat==1.8.8
# via -r requirements.in
Expand Down

0 comments on commit 3d7c5e9

Please sign in to comment.