Skip to content

Commit

Permalink
chore: remove open edx common constraints and upgrade requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanttV committed Jun 7, 2024
1 parent f338945 commit c3e09eb
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 9 deletions.
1 change: 0 additions & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# django
django==4.2.13
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -c requirements/constraints.txt
# -r requirements/base.in
eox-tenant==11.2.0
Expand Down
3 changes: 0 additions & 3 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,5 @@ click<9.0
# Version used in Palm version of eox-tenant
eox-tenant>= 10.0.0

# Common constraints for Open edX repos
-c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt

# backports.zoneinfo is only needed for Python < 3.9
backports.zoneinfo; python_version<'3.9'
6 changes: 2 additions & 4 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ click==8.1.7
# via
# -c requirements/constraints.txt
# pip-tools
importlib-metadata==6.11.0
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# build
importlib-metadata==7.1.0
# via build
packaging==24.0
# via build
pip-tools==7.4.1
Expand Down
1 change: 0 additions & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ coverage==7.5.3
dill==0.3.8
# via pylint
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -c requirements/constraints.txt
# -r requirements/base.txt
# -r requirements/test.in
Expand Down

0 comments on commit c3e09eb

Please sign in to comment.