mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-13 23:41:55 +08:00
Add typing-extension as a direct dependency of django-stubs-ext (#707)
Needed, because `django-stubs-ext` generally has to specified as a production dependency (to use the monkey patching). `django-stubs` does have `typing-extensions` as a dependency, but it is often used only as a dev dependency as it has not runtime functionality. Resolves: https://github.com/typeddjango/django-stubs/issues/702
This commit is contained in:
@@ -7,6 +7,7 @@ with open("README.md") as f:
|
||||
|
||||
dependencies = [
|
||||
"django",
|
||||
"typing-extensions",
|
||||
]
|
||||
|
||||
setup(
|
||||
|
||||
Reference in New Issue
Block a user