Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Oct 30, 2014
1 parent 96b6da1 commit 582e07e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions setup.py
Expand Up @@ -69,13 +69,13 @@ def run_tests(self):
],
},
install_requires=[
"Sphinx==1.2.2",
"Sphinx==1.2.3",
"beautifulsoup4==4.3.2",
"characteristic==14.1.0",
"click==3.1",
"colorama==0.3.1",
"lxml==3.3.5",
"six==1.7.3",
"characteristic==14.2.0",
"click==3.3",
"colorama==0.3.2",
"lxml==3.4.0",
"six==1.8.0",
"zope.interface==4.1.1",
],
tests_require=[
Expand Down

0 comments on commit 582e07e

Please sign in to comment.