Skip to content

Commit

Permalink
fix: add pymemcache dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Oct 10, 2023
1 parent 5c19cfb commit 1de8c02
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ lti-consumer-xblock
mysqlclient
openedx-events
pytz
pymemcache
2 changes: 2 additions & 0 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,8 @@ pyjwt[crypto]==2.8.0
# edx-drf-extensions
# edx-rest-api-client
# social-auth-core
pymemcache==4.0.0
# via -r requirements/base.in
pymongo==3.13.0
# via edx-opaque-keys
pynacl==1.5.0
Expand Down
2 changes: 2 additions & 0 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,8 @@ pylint-plugin-utils==0.8.2
# -r requirements/validation.txt
# pylint-celery
# pylint-django
pymemcache==4.0.0
# via -r requirements/validation.txt
pymongo==3.13.0
# via
# -r requirements/validation.txt
Expand Down
2 changes: 2 additions & 0 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,8 @@ pylint-plugin-utils==0.8.2
# -r requirements/test.txt
# pylint-celery
# pylint-django
pymemcache==4.0.0
# via -r requirements/test.txt
pymongo==3.13.0
# via
# -r requirements/test.txt
Expand Down
2 changes: 2 additions & 0 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,8 @@ pyjwt[crypto]==2.8.0
# edx-drf-extensions
# edx-rest-api-client
# social-auth-core
pymemcache==4.0.0
# via -r requirements/base.txt
pymongo==3.13.0
# via
# -r requirements/base.txt
Expand Down
2 changes: 2 additions & 0 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,8 @@ pylint-plugin-utils==0.8.2
# -r requirements/test.txt
# pylint-celery
# pylint-django
pymemcache==4.0.0
# via -r requirements/test.txt
pymongo==3.13.0
# via
# -r requirements/test.txt
Expand Down
2 changes: 2 additions & 0 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,8 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pymemcache==4.0.0
# via -r requirements/base.txt
pymongo==3.13.0
# via
# -r requirements/base.txt
Expand Down
4 changes: 4 additions & 0 deletions requirements/validation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -601,6 +601,10 @@ pylint-plugin-utils==0.8.2
# -r requirements/test.txt
# pylint-celery
# pylint-django
pymemcache==4.0.0
# via
# -r requirements/quality.txt
# -r requirements/test.txt
pymongo==3.13.0
# via
# -r requirements/quality.txt
Expand Down

0 comments on commit 1de8c02

Please sign in to comment.