build: add pymemcache dependency (#32748)
* build: add pymemcache dependency * feat: Upgrade Python dependency pymemcache (#32749) build: add pymemcache dependency Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master` Co-authored-by: mumarkhan999 <mumarkhan999@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: mumarkhan999 <mumarkhan999@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
bc98d9c273
commit
3b1ff5cda8
@@ -882,6 +882,8 @@ pylatexenc==2.10
|
||||
# via olxcleaner
|
||||
pylti1p3==2.0.0
|
||||
# via -r requirements/edx/kernel.in
|
||||
pymemcache==4.0.0
|
||||
# via -r requirements/edx/paver.txt
|
||||
pymongo==3.13.0
|
||||
# via
|
||||
# -c requirements/edx/../constraints.txt
|
||||
|
||||
@@ -1281,6 +1281,8 @@ pylint-pytest==0.3.0
|
||||
# via -r requirements/edx/testing.txt
|
||||
pylti1p3==2.0.0
|
||||
# via -r requirements/edx/testing.txt
|
||||
pymemcache==4.0.0
|
||||
# via -r requirements/edx/testing.txt
|
||||
pymongo==3.13.0
|
||||
# via
|
||||
# -c requirements/edx/../constraints.txt
|
||||
|
||||
@@ -20,6 +20,7 @@ paver # Build, distribution and deployment scripti
|
||||
psutil # Library for retrieving information on running processes and system utilization
|
||||
pymongo # via edx-opaque-keys
|
||||
python-memcached # Python interface to the memcached memory cache daemon
|
||||
pymemcache # Python interface to the memcached memory cache daemon
|
||||
requests # Simple interface for making HTTP requests
|
||||
stevedore # Support for runtime plugins, used for XBlocks and edx-platform Django app plugins
|
||||
watchdog # Used in paver watch_assets
|
||||
|
||||
@@ -30,6 +30,8 @@ pbr==5.11.1
|
||||
# via stevedore
|
||||
psutil==5.9.5
|
||||
# via -r requirements/edx/paver.in
|
||||
pymemcache==4.0.0
|
||||
# via -r requirements/edx/paver.in
|
||||
pymongo==3.13.0
|
||||
# via
|
||||
# -c requirements/edx/../constraints.txt
|
||||
|
||||
@@ -1160,6 +1160,8 @@ pylint-pytest==0.3.0
|
||||
# via -r requirements/edx/testing.in
|
||||
pylti1p3==2.0.0
|
||||
# via -r requirements/edx/base.txt
|
||||
pymemcache==4.0.0
|
||||
# via -r requirements/edx/base.txt
|
||||
pymongo==3.13.0
|
||||
# via
|
||||
# -c requirements/edx/../constraints.txt
|
||||
|
||||
Reference in New Issue
Block a user