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

Commit

Permalink
build: add pymemcache dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Sep 12, 2023
1 parent 935976b commit bc2f022
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions requirements/devstack.txt
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,8 @@ pylint-plugin-utils==0.8.2
# -r requirements/local.txt
# pylint-celery
# pylint-django
pymemcache==4.0.0
# via -r requirements/nonlocal.txt
pymongo==3.13.0
# via
# -r requirements/local.txt
Expand Down
4 changes: 4 additions & 0 deletions requirements/monitoring/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -647,6 +647,10 @@ pylint-plugin-utils==0.8.2
# -r requirements/monitoring/../test.txt
# pylint-celery
# pylint-django
pymemcache==4.0.0
# via
# -r requirements/monitoring/../devstack.txt
# -r requirements/monitoring/../production.txt
pymongo==3.13.0
# via
# -r requirements/monitoring/../devstack.txt
Expand Down
1 change: 1 addition & 0 deletions requirements/nonlocal.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@

mysqlclient
python-memcached
pymemcache
2 changes: 2 additions & 0 deletions requirements/nonlocal.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
#
mysqlclient==2.2.0
# via -r requirements/nonlocal.in
pymemcache==4.0.0
# via -r requirements/nonlocal.in
python-memcached==1.59
# via -r requirements/nonlocal.in
six==1.16.0
Expand Down
2 changes: 2 additions & 0 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,8 @@ pyjwt[crypto]==2.8.0
# edx-drf-extensions
# edx-rest-api-client
# social-auth-core
pymemcache==4.0.0
# via -r requirements/nonlocal.txt
pymongo==3.13.0
# via
# -r requirements/base.txt
Expand Down

0 comments on commit bc2f022

Please sign in to comment.