mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-24 20:03:43 +00:00
reverted pylibmc to 1.2.3 version
Reverted pylibmc to 1.2.3 version because django-heroku-memcacheify==0.5 require pylibmc==1.2.3 https://github.com/rdegges/django-heroku-memcacheify/blob/master/setup.py#L18
This commit is contained in:
parent
705de117b2
commit
9eca939861
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# This file is here because many Platforms as a Service look for
|
||||
# requirements.txt in the root directory of a project.
|
||||
pylibmc==1.3.0
|
||||
pylibmc==1.2.3
|
||||
django-heroku-memcacheify==0.5
|
||||
-r requirements/production.txt
|
||||
|
|
|
|||
Loading…
Reference in a new issue