Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
fix: import base to docs reqs (#624)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilee2u authored Jun 14, 2024
1 parent 1f7ee43 commit 0937de0
Show file tree
Hide file tree
Showing 9 changed files with 434 additions and 41 deletions.
5 changes: 2 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ edx-drf-extensions==10.3.0
# via -r requirements/base.in
edx-opaque-keys==2.10.0
# via edx-drf-extensions
edx-rest-api-client==5.6.1
edx-rest-api-client==5.7.0
# via -r requirements/base.in
idna==3.7
# via requests
Expand Down Expand Up @@ -200,9 +200,8 @@ pyyaml==6.0.1
# edx-django-release-util
redis==5.0.6
# via -r requirements/base.in
requests==2.32.3
requests==2.31.0
# via
# -c requirements/constraints.txt
# analytics-python
# edx-drf-extensions
# edx-rest-api-client
Expand Down
5 changes: 0 additions & 5 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,3 @@ wrapt < 1.14.0

# At the time of adding this, the moto version 4.1.9 requires urllib3<1.27,>=1.25.4
urllib3<1.27,>=1.25.4

# Constrain requests upgrade to be the latest version of later.
# For some reason v2.31.0 and v2.32.3 (which is the latest version as of this writing) were installed at the same time
# This caused a version error. This constraint may be removed later if this causes issues or is no longer needed.
requests>=2.32.3
5 changes: 2 additions & 3 deletions requirements/devstack.txt
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ edx-opaque-keys==2.10.0
# via
# -r requirements/local.txt
# edx-drf-extensions
edx-rest-api-client==5.6.1
edx-rest-api-client==5.7.0
# via -r requirements/local.txt
exceptiongroup==1.2.1
# via
Expand Down Expand Up @@ -514,9 +514,8 @@ pyyaml==6.0.1
# yamllint
redis==5.0.6
# via -r requirements/local.txt
requests==2.32.3
requests==2.31.0
# via
# -c requirements/constraints.txt
# -r requirements/local.txt
# analytics-python
# edx-drf-extensions
Expand Down
2 changes: 2 additions & 0 deletions requirements/docs.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
-c constraints.txt

-r base.txt

Sphinx
sphinx-book-theme
Loading

0 comments on commit 0937de0

Please sign in to comment.