mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-03 21:24:32 +03:00
cfa787384d
* Installs `django-heroku-memcacheify` only on heroku to avoid installing `libmemcached-dev`[1] locally. [1] https://github.com/rdegges/django-heroku-memcacheify#install Fixes: https://github.com/pydanny/cookiecutter-django/issues/80
6 lines
197 B
Plaintext
6 lines
197 B
Plaintext
# This file is here because many Platforms as a Service look for
|
|
# requirements.txt in the root directory of a project.
|
|
pylibmc==1.2.3
|
|
django-heroku-memcacheify==0.5
|
|
-r requirements/production.txt
|