Skip to content

Commit

Permalink
Use promise 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Apr 19, 2017
1 parent 2cf4285 commit 53a7932
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

install_requires = [
'six>=1.10.0',
'promise>=2.0.dev'
'promise>=2.0'
]

tests_requires = [
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ envlist = flake8,isort,py27,py33,py34,py35,pypy,docs
deps =
pytest>=2.7.2
gevent==1.1rc1
promise>=2.0
six>=1.10.0
pytest-mock
commands =
Expand Down

0 comments on commit 53a7932

Please sign in to comment.