mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-12-04 15:34:06 +03:00
9 lines
210 B
Plaintext
9 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==0.17.4
|
|
django-storages==1.1.4
|
|
gevent==0.13.8
|
|
boto==2.9.5
|
|
dj-static==0.0.5 |