Skip to content

Commit

Permalink
Merge pull request #521 from openedx/add-pymemcache-dependency
Browse files Browse the repository at this point in the history
build: add pymemcache dependency
  • Loading branch information
macdiesel authored Sep 14, 2023
2 parents 54aa828 + 23c9db4 commit 65f6466
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
5 changes: 0 additions & 5 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@
# See BOM-2721 for more details.
# Below is the copied and edited version of common_constraints

# This is a temporary solution to override the real common_constraints.txt
# In edx-lint, until the pyjwt constraint in edx-lint has been removed.
# See BOM-2721 for more details.
# Below is the copied and edited version of common_constraints

# A central location for most common version constraints
# (across edx repos) for pip-installation.
#
Expand Down
1 change: 1 addition & 0 deletions requirements/production.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ gevent
gunicorn
PyYAML
python-memcached
pymemcache
2 changes: 2 additions & 0 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,8 @@ pyjwt[crypto]==2.8.0
# edx-drf-extensions
# edx-rest-api-client
# social-auth-core
pymemcache==4.0.0
# via -r requirements/production.in
pymongo==3.13.0
# via
# -r requirements/base.txt
Expand Down

0 comments on commit 65f6466

Please sign in to comment.