Skip to content

Commit

Permalink
Merge pull request #201 from spookylukey/patch-1
Browse files Browse the repository at this point in the history
Use version ranges rather than exact versions in setup.py - thanks Luke!
  • Loading branch information
dbunskoek committed Apr 24, 2014
2 parents 2201a8e + f0d36b9 commit 48d1af8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Expand Up @@ -17,11 +17,11 @@
license='Apache License, Version 2.0',

install_requires=[
'Pillow==2.2.1',
'django-mptt==0.6.0',
'django_compressor==1.3',
'djangorestframework==2.3.8',
'easy-thumbnails==1.4',
'Pillow>=2.2.1',
'django-mptt>=0.6.0',
'django_compressor>=1.3',
'djangorestframework>=2.3.8',
'easy-thumbnails>=1.4',
],

description='Django Fiber - a simple, user-friendly CMS for all your Django projects',
Expand Down

0 comments on commit 48d1af8

Please sign in to comment.