mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-11 12:17:37 +03:00
10 lines
213 B
Plaintext
10 lines
213 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==19.1.1
|
|
django-storages==1.1.8
|
|
Collectfast==0.2.1
|
|
gevent==1.0.1
|
|
boto==2.36.0
|