mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-18 01:45:59 +08:00
Version 1.9.0 release
This commit is contained in:
12
setup.py
12
setup.py
@@ -21,18 +21,20 @@ with open("README.md") as f:
|
|||||||
readme = f.read()
|
readme = f.read()
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"mypy>=0.900",
|
"mypy>=0.910",
|
||||||
"typing-extensions",
|
|
||||||
"django",
|
"django",
|
||||||
"django-stubs-ext",
|
"django-stubs-ext>=0.3.0",
|
||||||
|
"toml",
|
||||||
|
|
||||||
|
# Types:
|
||||||
|
"typing-extensions",
|
||||||
"types-pytz",
|
"types-pytz",
|
||||||
"types-PyYAML",
|
"types-PyYAML",
|
||||||
"toml",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="django-stubs",
|
name="django-stubs",
|
||||||
version="1.8.0",
|
version="1.9.0",
|
||||||
description="Mypy stubs for Django",
|
description="Mypy stubs for Django",
|
||||||
long_description=readme,
|
long_description=readme,
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
|
|||||||
Reference in New Issue
Block a user