We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cd615b commit 2a2a6c9Copy full SHA for 2a2a6c9
requirements-dev.txt
@@ -5,7 +5,7 @@ ipython==6.4.0
5
pytest==3.6.1
6
pytest-cov==2.5.1
7
pytest-sugar==0.9.1
8
-PyMySQL>=0.7.5
+PyMySQL>=0.7.5,<0.9
9
docker==3.3.0
10
sphinx==1.7.5
11
sphinxcontrib-asyncio==0.2.0
setup.py
@@ -4,7 +4,7 @@
4
from setuptools import setup, find_packages
-install_requires = ['PyMySQL>=0.7.5']
+install_requires = ['PyMySQL>=0.7.5,<0.9']
PY_VER = sys.version_info
0 commit comments