Skip to content

Commit d5a7ef7

Browse files
committed
Update requirements versions
1 parent 5744ffa commit d5a7ef7

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1+
django==1.11.3
12
django-model-utils==3.0.0
2-
# Use latest code in Django 1.11 branch until 1.11.3 is released
3-
https://github.com/django/django/archive/stable/1.11.x.zip
43
Pillow==4.1.1
54

65
# Only needed for running tests.

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
2929
],
3030
install_requires=[
31-
'django-model-utils == 3.0.0',
32-
'Django >= 1.11',
33-
'Pillow==4.1.1'
31+
'django-model-utils>=3.0.0',
32+
'Django>=1.11',
33+
'Pillow>=4.0.0'
3434
],
3535
test_suite='runtests.runtests'
3636
)

0 commit comments

Comments
 (0)