Skip to content

Commit ee600c7

Browse files
committed
Don't allow mysqlclient 2.0.2 due to compilation issues.
- Legacy-Id: 18762
1 parent 8d94aea commit ee600c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ lxml>=3.4.0,<5
3939
markdown2>=2.3.8
4040
mock>=2.0.0
4141
mypy>=0.782,<0.790 # Version requirements determined by django-stubs.
42-
mysqlclient>=1.3.13
42+
mysqlclient>=1.3.13,!=2.0.2
4343
oic>=1.2
4444
pathlib>=1.0
4545
pathlib2>=2.3.0

0 commit comments

Comments
 (0)