Skip to content

Commit

Permalink
Downgrade versions to isolate changes
Browse files Browse the repository at this point in the history
  • Loading branch information
intgr committed Nov 7, 2022
1 parent af464bf commit 2b9c847
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ pytest==7.1.2
pytest-mypy-plugins==1.10.1
djangorestframework==3.13.1
types-pytz==2022.1.2
django-stubs==1.12.0
django-stubs-ext==0.5.0
-e .[compatible-mypy,coreapi,markdown]
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ def find_stub_files(name):

dependencies = [
"mypy>=0.950",
"django-stubs>=1.13.0",
"django-stubs>=1.12.0",
"typing-extensions>=3.10.0",
"requests>=2.0.0",
"types-requests>=0.1.12",
"types-PyYAML>=5.4.3",
]

extras_require = {
"compatible-mypy": ["mypy>=0.980,<0.990"],
"compatible-mypy": ["mypy>=0.970,<0.980"],
"coreapi": ["coreapi>=2.0.0"],
"markdown": ["types-Markdown>=0.1.5"],
}
Expand Down

0 comments on commit 2b9c847

Please sign in to comment.