Skip to content

Commit 2b7f001

Browse files
committed
Pin mysqlclient to <1.4
Upstream changes are incompatible with older Django versions, see: PyMySQL/mysqlclient#306
1 parent 7374b2c commit 2b7f001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ pep8>=1.6.2
44
prometheus-client>=0.0.21,<0.4.0
55
pip-prometheus>=1.1.0
66
mock>=1.0.1
7-
mysqlclient
7+
mysqlclient<1.4
88
psycopg2
99
python-memcached

0 commit comments

Comments
 (0)