Skip to content

Commit

Permalink
Relax simplejson version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Aug 22, 2012
1 parent 05c58ad commit e15b0e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
]

install_requires = [
'simplejson>=2.1.6,<2.5.0',
'simplejson',
]

setup(
Expand Down

0 comments on commit e15b0e3

Please sign in to comment.