Skip to content

Commit

Permalink
CI: Always use django-stubs from git master
Browse files Browse the repository at this point in the history
  • Loading branch information
intgr committed May 13, 2023
1 parent 667f31d commit 329bae1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ djangorestframework==3.14.0
types-pytz==2023.3.0.0
types-requests==2.30.0.0
types-urllib3==1.26.25.13
django-stubs==4.2.0
git+https://github.com/typeddjango/django-stubs
django-stubs-ext==4.2.0
-e .[compatible-mypy,coreapi,markdown]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def find_stub_files(name: str) -> List[str]:
]

extras_require = {
"compatible-mypy": ["mypy>=1.2.0,<1.3"],
"compatible-mypy": ["mypy>=1.3.0,<1.4"],
"coreapi": ["coreapi>=2.0.0"],
"markdown": ["types-Markdown>=0.1.5"],
}
Expand Down

0 comments on commit 329bae1

Please sign in to comment.