Skip to content

Commit

Permalink
Merge pull request #53 from tisdall/master
Browse files Browse the repository at this point in the history
need to increment required colander version
  • Loading branch information
tisdall committed Mar 19, 2014
2 parents 3d81f5a + 27b16e8 commit 214db6f
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 @@ -44,7 +44,7 @@
packages=find_packages(),
include_package_data=True,
zip_safe=True,
install_requires=['colander >= 0.9.8',
install_requires=['colander >= 1.0b1',
'SQLAlchemy >= 0.8dev'],
tests_require=tests_require,
test_suite='tests',
Expand Down

0 comments on commit 214db6f

Please sign in to comment.