Skip to content

Commit

Permalink
Add pip pin to dev-requirements
Browse files Browse the repository at this point in the history
ReadTheDocs installs dev-requirements before requirements.txt.
Use this to reduce version of pip to use older resolver, so
pip install of requirements.txt does not fail on conflicts.
  • Loading branch information
jongiddy committed Feb 25, 2021
1 parent 000e098 commit bd9c790
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ flake8==3.8.3
homebrew-pypi-poet==0.10.0
isort==4.3.21
mypy==0.711
pip<20.3
pip-check-reqs==2.1.1
py==1.8.0
pydocstyle==3.0.0
Expand Down

0 comments on commit bd9c790

Please sign in to comment.