Skip to content

Commit 72898aa

Browse files
author
hackermd
committed
Update requirements in setup.py file
1 parent 0beaf0f commit 72898aa

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

setup.py

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,16 @@
4747
'sphinx-pyreverse>=0.0.12',
4848
'sphinxcontrib-autoprogram>=0.1.4',
4949
'sphinx_rtd_theme>=0.2.4'
50+
],
51+
'gcp': [
52+
'google>=2.0',
5053
]
5154
},
5255
tests_require=[
53-
'pytest>=3.3',
54-
'pytest-localserver>=0.4',
55-
'pytest-flake8>=0.9',
56-
'tox>=2.9'
56+
'pytest>=5.0',
57+
'pytest-localserver>=0.5',
58+
'pytest-flake8>=1.0',
59+
'tox>=3.13',
5760
],
5861
install_requires=[
5962
'numpy>=1.13',

0 commit comments

Comments
 (0)