mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-11 04:07:48 +03:00
6 lines
201 B
Plaintext
6 lines
201 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.4
|
|
-r requirements/production.txt
|