Pin requirements to the known good set to avoid potential future issues

pull/34/head
David Ray 2017-02-14 15:50:37 -05:00
rodzic a8a05f7e12
commit ca109433b1
2 zmienionych plików z 11 dodań i 9 usunięć

Wyświetl plik

@ -1,5 +1,7 @@
Django
elasticsearch
wagtail
wagtailfontawesome
Pillow
Django==1.10.5
# http://docs.wagtail.io/en/v1.8.1/topics/search/backends.html#elasticsearch-backend
# Not utilized by default; uncomment and review the above document
# elasticsearch==5.1.0
wagtail==1.8.1
wagtailfontawesome==1.0.6
Pillow==4.0.0

Wyświetl plik

@ -1,6 +1,6 @@
-r base.txt
# Additional dependencies for Heroku deployment
dj-database-url
gunicorn
psycopg2
whitenoise
dj-database-url==0.4.1
gunicorn==19.6.0
psycopg2==2.6.2
whitenoise==3.2.2