add django-mysql as requirement since using alpine as the base image no longer includes it by default
This commit is contained in:
parent
d38aa7fb8f
commit
e78bb637e9
|
@ -1,6 +1,7 @@
|
||||||
Django
|
|
||||||
cryptography
|
cryptography
|
||||||
|
Django
|
||||||
|
django-mysql
|
||||||
dnspython>=1.16.0
|
dnspython>=1.16.0
|
||||||
pybindxml>=0.7
|
|
||||||
lxml
|
|
||||||
Jinja2
|
Jinja2
|
||||||
|
lxml
|
||||||
|
pybindxml>=0.7
|
||||||
|
|
Loading…
Reference in New Issue