Refs #32193 -- Removed python-memcached from test requirements.

Follow up to 05f3a6186e.
This commit is contained in:
Jacob Walls 2022-01-10 00:39:15 -05:00 committed by GitHub
parent 2a66c102d9
commit 3430093a46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -11,8 +11,6 @@ Pillow >= 6.2.0
# pylibmc/libmemcached can't be built on Windows.
pylibmc; sys.platform != 'win32'
pymemcache >= 3.4.0
# RemovedInDjango41Warning.
python-memcached >= 1.59
pytz
pywatchman; sys.platform != 'win32'
PyYAML