Skip to content

Commit 53a7932

Browse files
committed
Use promise 2.0
1 parent 2cf4285 commit 53a7932

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
install_requires = [
2222
'six>=1.10.0',
23-
'promise>=2.0.dev'
23+
'promise>=2.0'
2424
]
2525

2626
tests_requires = [

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ envlist = flake8,isort,py27,py33,py34,py35,pypy,docs
55
deps =
66
pytest>=2.7.2
77
gevent==1.1rc1
8+
promise>=2.0
89
six>=1.10.0
910
pytest-mock
1011
commands =

0 commit comments

Comments
 (0)