Skip to content

Commit

Permalink
Apply more conservative version pinning (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoceppi authored and jettify committed Jun 28, 2018
1 parent 3cd615b commit 2a2a6c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ipython==6.4.0
pytest==3.6.1
pytest-cov==2.5.1
pytest-sugar==0.9.1
PyMySQL>=0.7.5
PyMySQL>=0.7.5,<0.9
docker==3.3.0
sphinx==1.7.5
sphinxcontrib-asyncio==0.2.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
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

Expand Down

0 comments on commit 2a2a6c9

Please sign in to comment.