Skip to content

Commit 91dfe61

Browse files
committed
Updated pypromise version requirement
1 parent 5b8a76d commit 91dfe61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ python:
88
- pypy
99
cache: pip
1010
install:
11-
- pip install --cache-dir $HOME/.cache/pip pytest-cov pytest-mock coveralls flake8 isort==3.9.6 gevent==1.1b5 six>=1.10.0 pypromise>=0.3.0
11+
- pip install --cache-dir $HOME/.cache/pip pytest-cov pytest-mock coveralls flake8 isort==3.9.6 gevent==1.1b5 six>=1.10.0 pypromise>=0.4.0
1212
- pip install --cache-dir $HOME/.cache/pip pytest>=2.7.3 --upgrade
1313
- pip install -e .
1414
script:

setup.py

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

2828
keywords='api graphql protocol rest',
2929
packages=find_packages(exclude=['tests', 'tests_py35']),
30-
install_requires=['six>=1.10.0','pypromise>=0.3.0'],
30+
install_requires=['six>=1.10.0','pypromise>=0.4.0'],
3131
tests_require=['pytest>=2.7.3', 'gevent==1.1rc1', 'six>=1.10.0', 'pytest-mock'],
3232
extras_require={
3333
'gevent': [

0 commit comments

Comments
 (0)