Skip to content

Commit f2d2757

Browse files
authored
Merge pull request mdn#43 from hamishwillee/reqs
Update to Django 2.1.5 and latest of everything
2 parents 60a701d + eab2ffa commit f2d2757

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

‎locallibrary/settings.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Django settings for locallibrary project.
22
3-
Generated by 'django-admin startproject' using Django 2.1.2.
3+
Generated by 'django-admin startproject' using Django 2.1.5.
44
55
For more information on this file, see
66
https://docs.djangoproject.com/en/2.1/topics/settings/

‎requirements.txt‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dj-database-url==0.5.0
2-
Django==2.1.3
2+
Django==2.1.5
33
gunicorn==19.9.0
4-
psycopg2-binary==2.7.6
4+
psycopg2-binary==2.7.7
55
wheel==0.30.0
6-
whitenoise==4.1
6+
whitenoise==4.1.2

0 commit comments

Comments
 (0)