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 Django==1.10.5
elasticsearch # http://docs.wagtail.io/en/v1.8.1/topics/search/backends.html#elasticsearch-backend
wagtail # Not utilized by default; uncomment and review the above document
wagtailfontawesome # elasticsearch==5.1.0
Pillow wagtail==1.8.1
wagtailfontawesome==1.0.6
Pillow==4.0.0

Wyświetl plik

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