Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit 5497766

Browse files
committed
Fix version of mysqlclient until Django 2.0
cf PyMySQL/mysqlclient#306
1 parent 09c355a commit 5497766

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

requirements/base.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ git+https://github.com/alanjds/drf-nested-routers.git
1212
edx-auth-backends
1313
elasticsearch>=6.0.0,<7.0.0
1414
elasticsearch-dsl>=6.0.0,<7.0.0
15-
mysqlclient
15+
# Can upgrade once we move to Django 2.0
16+
# https://github.com/PyMySQL/mysqlclient-python/issues/306
17+
mysqlclient>1.3,<1.4
1618
pytz
1719
sqlparse

requirements/production.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@
33

44
gevent
55
gunicorn
6-
mysqlclient
76
PyYAML
87
python-memcached

0 commit comments

Comments
 (0)