We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 667f31d commit 329bae1Copy full SHA for 329bae1
requirements.txt
@@ -7,6 +7,6 @@ djangorestframework==3.14.0
7
types-pytz==2023.3.0.0
8
types-requests==2.30.0.0
9
types-urllib3==1.26.25.13
10
-django-stubs==4.2.0
+git+https://github.com/typeddjango/django-stubs
11
django-stubs-ext==4.2.0
12
-e .[compatible-mypy,coreapi,markdown]
setup.py
@@ -29,7 +29,7 @@ def find_stub_files(name: str) -> List[str]:
29
]
30
31
extras_require = {
32
- "compatible-mypy": ["mypy>=1.2.0,<1.3"],
+ "compatible-mypy": ["mypy>=1.3.0,<1.4"],
33
"coreapi": ["coreapi>=2.0.0"],
34
"markdown": ["types-Markdown>=0.1.5"],
35
}
0 commit comments