Skip to content

Commit

Permalink
Loose setup.py requirements upper limits
Browse files Browse the repository at this point in the history
  • Loading branch information
KrzysztofMadejski committed Mar 20, 2017
1 parent e8fbc10 commit 900949f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@
packages=find_packages(exclude=['contrib', 'docs', 'tests*']),

install_requires=[
'celery>=2.4.2,<5.0',
'kombu>=2.5.15,<5.0',
'SQLAlchemy~=0.9',
'requests~=2.3',
'progressbar~=2.3',
'ckanext-report~=0.1'
'celery>=2.4.2',
'kombu>=2.5.15',
'SQLAlchemy>=0.9',
'requests>=2.3',
'progressbar>=2.3',
'ckanext-report>=0.1'
],

# If there are data files included in your packages that need to be
Expand Down

0 comments on commit 900949f

Please sign in to comment.