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

Changed the python requirement.

parent 43307c03
No related branches found
Tags 0.8
No related merge requests found
......@@ -7,12 +7,13 @@ setup(
packages=find_packages(),
include_package_data=True,
install_requires=[
"Django==5.1.1"
"Django==5.1.1",
"uvicorn"
],
classifiers=[
"Programming Language :: Python :: 3",
"Framework :: Django",
"Operating System :: OS Independent",
],
python_requires=">=3.12"
python_requires=">=3.10"
)
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