Skip to content
This repository has been archived by the owner on Sep 23, 2021. It is now read-only.

Commit

Permalink
Merge pull request #20 from tumb1er/pin_max_mysql_version
Browse files Browse the repository at this point in the history
Pin mysqlclient max version to 1.4.2
  • Loading branch information
tumb1er committed Aug 9, 2019
2 parents 76c6503 + 7f74d1f commit edd0ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def get_version():
description='Sphinxsearch database backend for django>=2.0',
setup_requires=[
'Django>=2.0,<2.3',
'mysqlclient>=1.4.2,<1.5.0',
'mysqlclient==1.4.2',
'pytz'
],
)

0 comments on commit edd0ef7

Please sign in to comment.