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:
parent
459399491c
commit
69f7ddfd86
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user