Remove upper limit on PyMySQL version

This limit pins PyMySQL to a very old version, which lacks support
for recent MySQL versions. Removing this limit allows StoryBoard to
work with MySQL 8.

Change-Id: I4851e25b14913233fd7183756e5f4fe6bc47d28a
This commit is contained in:
Adam Coldrick 2019-01-26 12:15:58 +00:00
parent 459399491c
commit 69f7ddfd86
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ stevedore>=1.3.0
tzlocal>=1.1.2
email>=4.0.2;python_version<'3.0'
Jinja2>=2.7.3
PyMySQL>=0.6.2,!=0.6.4,<0.7.7
PyMySQL>=0.6.2,!=0.6.4
apscheduler>=3.0.1,<3.1.0
python_dateutil>=2.4.0
oslo.concurrency>=3.8.0 # Apache-2.0