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

Fix the extra requirements in setup

parent 48757fed
No related branches found
No related tags found
No related merge requests found
......@@ -10,11 +10,12 @@ setup(
"Django==5.1.1",
],
extras_require=[
"gunicorn",
"uvicorn",
],
extras_require={
"prod": [
"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.
Finish editing this message first!
Please register or to comment