mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-14 02:03:11 +00:00
Upgrade mysqlclient to a supported version
This commit is contained in:
parent
6604cdfdae
commit
90201afbd7
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -46,7 +46,7 @@ deps =
|
|||
dj21: Django>=2.1,<2.2
|
||||
|
||||
postgres: psycopg2>=2.6
|
||||
mysql: mysqlclient==1.3.6
|
||||
mysql: mysqlclient>=1.3.7,<1.4
|
||||
elasticsearch2: elasticsearch>=2,<3
|
||||
elasticsearch5: elasticsearch>=5,<6
|
||||
elasticsearch5: certifi
|
||||
|
|
|
|||
Loading…
Reference in a new issue