Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove unused dependencies #33326

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ build==0.9.0
click==8.1.3
importlib==1.0.4
importlib-resources==5.10.0
packaging==21.3
pep517==0.13.0
pip-tools==6.9.0
pyparsing==3.0.9
Expand Down
1 change: 0 additions & 1 deletion requirements/edx/coverage.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@
-c ../constraints.txt

coverage # Code coverage testing for Python
diff-cover # Automatically find diff lines that need test coverage
12 changes: 0 additions & 12 deletions requirements/edx/coverage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,5 @@
#
# make upgrade
#
chardet==5.2.0
# via diff-cover
coverage==7.3.1
# via -r requirements/edx/coverage.in
diff-cover==7.7.0
# via -r requirements/edx/coverage.in
jinja2==3.1.2
# via diff-cover
markupsafe==2.1.3
# via jinja2
pluggy==1.3.0
# via diff-cover
pygments==2.16.1
# via diff-cover
6 changes: 0 additions & 6 deletions requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ chardet==5.2.0
# via
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
# diff-cover
# pysrt
charset-normalizer==2.0.12
# via
Expand Down Expand Up @@ -327,8 +326,6 @@ deprecated==1.2.14
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
# jwcrypto
diff-cover==7.7.0
# via -r requirements/edx/testing.txt
dill==0.3.7
# via
# -r requirements/edx/testing.txt
Expand Down Expand Up @@ -1062,7 +1059,6 @@ jinja2==3.1.2
# -r requirements/edx/testing.txt
# code-annotations
# coreschema
# diff-cover
# sphinx
jmespath==0.10.0
# via
Expand Down Expand Up @@ -1424,7 +1420,6 @@ platformdirs==3.8.1
pluggy==1.3.0
# via
# -r requirements/edx/testing.txt
# diff-cover
# pytest
# tox
polib==1.2.0
Expand Down Expand Up @@ -1496,7 +1491,6 @@ pygments==2.16.1
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
# accessible-pygments
# diff-cover
# py2neo
# pydata-sphinx-theme
# sphinx
Expand Down
11 changes: 0 additions & 11 deletions requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,6 @@ cffi==1.15.1
chardet==5.2.0
# via
# -r requirements/edx/base.txt
# -r requirements/edx/coverage.txt
# diff-cover
# pysrt
charset-normalizer==2.0.12
# via
Expand Down Expand Up @@ -254,8 +252,6 @@ deprecated==1.2.14
# via
# -r requirements/edx/base.txt
# jwcrypto
diff-cover==7.7.0
# via -r requirements/edx/coverage.txt
dill==0.3.7
# via pylint
distlib==0.3.7
Expand Down Expand Up @@ -806,10 +802,8 @@ itypes==1.2.0
jinja2==3.1.2
# via
# -r requirements/edx/base.txt
# -r requirements/edx/coverage.txt
# code-annotations
# coreschema
# diff-cover
jmespath==0.10.0
# via
# -r requirements/edx/base.txt
Expand Down Expand Up @@ -909,7 +903,6 @@ markey==0.8
markupsafe==2.1.3
# via
# -r requirements/edx/base.txt
# -r requirements/edx/coverage.txt
# chem
# jinja2
# mako
Expand Down Expand Up @@ -1069,8 +1062,6 @@ platformdirs==3.8.1
# virtualenv
pluggy==1.3.0
# via
# -r requirements/edx/coverage.txt
# diff-cover
# pytest
# tox
polib==1.2.0
Expand Down Expand Up @@ -1122,8 +1113,6 @@ pydantic-core==2.6.3
pygments==2.16.1
# via
# -r requirements/edx/base.txt
# -r requirements/edx/coverage.txt
# diff-cover
# py2neo
pyjwkest==1.4.2
# via
Expand Down
Loading