Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
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).
  • Loading branch information
living180 committed May 23, 2022
commit 84c624d1249011c78b824d44cc8435fe62d8831c
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ classifiers =
[options]
python_requires = >=3.7
install_requires =
asgiref >= 3.3.2, < 4
Django >= 3.2
sqlparse >= 0.2.0
packages = find:
Expand Down