Skip to content

Commit

Permalink
Require durabledict 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Fluxx committed Jan 25, 2013
1 parent a87e4d9 commit 728d68a
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 @@ -24,14 +24,14 @@

setup(
name='gutter',
version='0.1.1',
version='0.1.2',
author='DISQUS',
author_email='opensource@disqus.com',
url='http://github.com/disqus/gutter',
description='Client to gutter feature switches backend',
packages=find_packages(exclude=["tests"]),
zip_safe=False,
install_requires=['durabledict>=0.6.1', 'werkzeug'],
install_requires=['durabledict>=0.7.0', 'werkzeug'],
setup_requires=setup_requires,
namespace_packages=['gutter'],
license='Apache License 2.0',
Expand Down

0 comments on commit 728d68a

Please sign in to comment.