mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-01-27 01:34:28 +03:00
10 lines
210 B
Plaintext
10 lines
210 B
Plaintext
# Pro-tip: Try not to put anything here. There should be no dependency in
|
|
# production that isn't in development.
|
|
-r base.txt
|
|
|
|
gunicorn==18.0
|
|
django-storages==1.1.8
|
|
Collectfast==0.1.13
|
|
gevent==1.0
|
|
boto==2.25.0
|