Skip to content

Commit

Permalink
Merge pull request #80 from predatell/develop
Browse files Browse the repository at this point in the history
lower and upper bounds in install_requires
  • Loading branch information
asfaltboy authored Jun 21, 2018
2 parents c88bafc + 1efdea0 commit b243e06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ def get_full_description():
packages=find_packages(exclude=['tests*', 'tests.*', '*.tests']),
include_package_data=True,
install_requires=[
'django-braces==1.4.0',
'simplejson==3.6.5',
'django-braces>=1.4.0,<2',
'simplejson>=3.6.5,<4',
],
extras_require=dict(test=TEST_REQS),
zip_safe=False,
Expand Down

0 comments on commit b243e06

Please sign in to comment.