Skip to content

Commit

Permalink
Try mssql-django instead of django-mssql-backend
Browse files Browse the repository at this point in the history
django-mssql-backend has not been updated since 2020. Microsoft have made their own fork
  • Loading branch information
martinburchell committed May 5, 2023
1 parent e35158e commit 698a67e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/dockerfiles/crate.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ RUN echo "======================================================================
&& echo " * SQL Server [django-mssql-backend, pyodbc, Microsoft ODBC Driver for SQL Server (Linux) as above]" \
&& "${CRATE_VENV_BIN}/python3" -m pip install \
"${CRATE_SRC}" \
django-mssql-backend==2.8.1 \
mssql-django==1.2 \
mysqlclient==1.4.6 \
psycopg2==2.8.5 \
pyodbc==4.0.30 \
Expand Down

0 comments on commit 698a67e

Please sign in to comment.