Skip to content

Commit 96ec32b

Browse files
authored
Merge pull request #79 from bcb/add-promise-to-tests-require
Add promise to tests_require
2 parents 52f6122 + 7b6feb1 commit 96ec32b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
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)