Files
edx-platform/requirements/edx/coverage.txt
Jeremy Bowman 230bee9a06 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.
2020-02-26 20:42:21 -05:00

23 lines
1.0 KiB
Plaintext

#
# This file is autogenerated by pip-compile
# To update, run:
#
# make upgrade
#
coverage==5.0.3 # via -r requirements/edx/coverage.in
diff-cover==2.6.0 # via -r requirements/edx/coverage.in
importlib-metadata==1.5.0 # via inflect, pluggy
inflect==3.0.2 # via -c requirements/edx/../constraints.txt, jinja2-pluralize
jinja2-pluralize==0.3.0 # via diff-cover
jinja2==2.11.1 # via diff-cover, jinja2-pluralize
markupsafe==1.1.1 # via jinja2
more-itertools==8.2.0 # via zipp
numpy==1.18.1 # via pandas
pandas==0.22.0 # via -c requirements/edx/../constraints.txt, -r requirements/edx/coverage.in
pluggy==0.13.1 # via diff-cover
pygments==2.5.2 # via diff-cover
python-dateutil==2.4.0 # via -c requirements/edx/../constraints.txt, pandas
pytz==2019.3 # via pandas
six==1.14.0 # via diff-cover, python-dateutil
zipp==1.0.0 # via -c requirements/edx/../constraints.txt, importlib-metadata