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.
12 lines
316 B
Plaintext
12 lines
316 B
Plaintext
#
|
|
# This file is autogenerated by pip-compile
|
|
# To update, run:
|
|
#
|
|
# make upgrade
|
|
#
|
|
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
|
|
urllib3==1.25.8 # via requests
|