Skip to content

Commit 84c624d

Browse files
committed
Add dependency on asgiref
Will be used for asgiref.local.Local, a context-aware threadlocal.local replacement also used internally by Django. Depend on the same version required by the earliest supported version of Django (3.2).
1 parent d61b4d4 commit 84c624d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ classifiers =
3131
[options]
3232
python_requires = >=3.7
3333
install_requires =
34+
asgiref >= 3.3.2, < 4
3435
Django >= 3.2
3536
sqlparse >= 0.2.0
3637
packages = find:

0 commit comments

Comments
 (0)