Skip to content

Commit

Permalink
Merge pull request #241 from onefinestay/fix-reqs
Browse files Browse the repository at this point in the history
Fix reqs
  • Loading branch information
mattbennett committed Apr 13, 2015
2 parents 30e27e6 + fb9acd6 commit 447e389
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
packages=find_packages(exclude=['test', 'test.*']),
install_requires=[
"eventlet>=0.15.0",
"iso8601",
"kombu>=3.0.1",
"mock>=1.0.1",
"path.py>=6.2",
"requests>=1.2.0",
"six>=1.4.0",
"werkzeug>=0.9",
],
extras_require={
Expand All @@ -37,7 +37,7 @@
"pyenchant==1.6.6",
"Sphinx==1.3",
"sphinxcontrib-spelling==2.1.1",
"sphinx-nameko-theme==0.0.2",
"sphinx-nameko-theme==0.0.3",
],
},
entry_points={
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ deps =
oldest: path.py==6.2
py27-oldest: requests==1.2.0
{py33,py34}-oldest: requests==2.0.0
oldest: six==1.4.0
oldest: werkzeug==0.9

pinned: eventlet==0.17.1
pinned: iso8601==0.1.8
pinned: kombu==3.0.24
pinned: mock==1.0.1
pinned: path.py==7.2
Expand Down

0 comments on commit 447e389

Please sign in to comment.