Skip to content

Commit

Permalink
Merge pull request #1188 from Viicos/patch-1
Browse files Browse the repository at this point in the history
Require `asgiref>=3.6.0`
  • Loading branch information
aleksihakli committed Apr 15, 2024
2 parents fd9d185 + 61c6dd9 commit 43b5017
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@
use_scm_version=True,
setup_requires=["setuptools_scm"],
python_requires=">=3.7",
install_requires=["django>=3.2"],
install_requires=[
"django>=3.2",
"asgiref>=3.6.0",
],
extras_require={
"ipware": "django-ipware>=3",
},
Expand Down

0 comments on commit 43b5017

Please sign in to comment.