Skip to content

Commit

Permalink
fix: add pymemcache dependency (#4078)
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq authored Sep 7, 2023
1 parent 2f2307f commit f21a41e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements/production.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ gunicorn
mysqlclient
newrelic
python-memcached
pymemcache
PyYAML
2 changes: 2 additions & 0 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,8 @@ pyjwt[crypto]==2.8.0
# simple-salesforce
# snowflake-connector-python
# social-auth-core
pymemcache==4.0.0
# via -r requirements/production.in
pymongo==3.13.0
# via edx-opaque-keys
pynacl==1.5.0
Expand Down
1 change: 1 addition & 0 deletions requirements/test.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ mock
mysqlclient
pycodestyle
python-memcached
pymemcache
pytest
pytest-cov
pytest-django
Expand Down

0 comments on commit f21a41e

Please sign in to comment.