Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Django==1.10
gunicorn==19.6.0 #wsgi server
Pillow==6.1.0
Pillow==6.2.0
whitenoise==3.2.1 #allows your web app to serve its own static files
dj-database-url==0.4.1
psycopg2==2.8.3 #PostgreSQL database adapter for the Python programming language.
Expand Down