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

Fix the requirements in setup.py and fix the setting module in asgi

parent 021468d3
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,6 @@ import os
from django.core.asgi import get_asgi_application
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "root.settings")
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "sage_validation.settings")
application = get_asgi_application()
......@@ -8,8 +8,13 @@ setup(
include_package_data=True,
install_requires=[
"Django==5.1.1",
"uvicorn"
],
extras_require=[
"gunicorn",
"uvicorn",
],
classifiers=[
"Programming Language :: Python :: 3",
"Framework :: Django",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment