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

Add mssql-django to setup.py

parent 56cb5df1
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,7 @@ setup( ...@@ -8,6 +8,7 @@ setup(
include_package_data=True, include_package_data=True,
install_requires=[ install_requires=[
"Django==5.1.1", "Django==5.1.1",
"mssql-django",
], ],
extras_require={ extras_require={
"prod": [ "prod": [
......
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