We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5744ffa + d5a7ef7 commit d5de661Copy full SHA for d5de661
requirements.txt
@@ -1,6 +1,5 @@
1
+django==1.11.3
2
django-model-utils==3.0.0
-# 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
4
Pillow==4.1.1
5
6
# Only needed for running tests.
setup.py
@@ -28,9 +28,9 @@
28
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
29
],
30
install_requires=[
31
- 'django-model-utils == 3.0.0',
32
- 'Django >= 1.11',
33
- 'Pillow==4.1.1'
+ 'django-model-utils>=3.0.0',
+ 'Django>=1.11',
+ 'Pillow>=4.0.0'
34
35
test_suite='runtests.runtests'
36
)
0 commit comments