Remove duplicate dependency version constraints (#23198)

Remove duplicate constraints in requirements/constraints.txt uncovered by the recent change in pip-compile output format. I sorted the pinned dependencies by name to try and make it more obvious if this happens again. I also upgraded to pip-tools 4.5.1, which removes the line numbers from the enhanced pip-compile output added in 4.5.0, which should reduce future diff churn and merge conflicts but means that there's a large diff this one last time.

Also unpin edx-search again after the previous change to do that was apparently broken by a merge conflict.
This commit is contained in:
Jeremy Bowman
2020-02-26 20:42:21 -05:00
committed by GitHub
parent 7cd9cb4381
commit 230bee9a06
11 changed files with 843 additions and 855 deletions

View File

@@ -7,5 +7,5 @@
certifi==2019.11.28 # via requests
chardet==3.0.4 # via requests
idna==2.9 # via requests
requests==2.23.0 # via -r scripts/xblock/requirements.in (line 1)
requests==2.23.0 # via -r scripts/xblock/requirements.in
urllib3==1.25.8 # via requests