Skip to content

Commit 7b6feb1

Browse files
committed
Add promise to tests_require
1 parent 52f6122 commit 7b6feb1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@
5151
'pytest>=2.7.3',
5252
'gevent==1.1rc1',
5353
'six>=1.10.0',
54-
'pytest-mock'
54+
'pytest-mock',
55+
'promise>=0.4.2'
5556
],
5657
extras_require={
5758
'gevent': [

0 commit comments

Comments
 (0)