Skip to content
Snippets Groups Projects
Commit df3118f3 authored by Neda Moeini's avatar Neda Moeini
Browse files

Downgrade Django version to 5.0.11- the latest version of mssql-django doesn't support Django 5.1

parent e1aa26d0
No related branches found
No related tags found
No related merge requests found
Django==5.1.1 Django==5.0.11
ruff ruff
mypy mypy
tox tox
......
...@@ -7,7 +7,7 @@ setup( ...@@ -7,7 +7,7 @@ setup(
packages=find_packages(), packages=find_packages(),
include_package_data=True, include_package_data=True,
install_requires=[ install_requires=[
"Django==5.1.1", "Django==5.0.11",
"mssql-django", "mssql-django",
], ],
extras_require={ extras_require={
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment