mirror of
https://github.com/jazzband/dj-database-url.git
synced 2026-03-16 22:20:24 +00:00
Update project dependencies
Adds typing_extensions
This commit is contained in:
parent
e4ccc63ec6
commit
a139abcf22
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -14,7 +14,7 @@ setup(
|
|||
long_description=readme,
|
||||
long_description_content_type="text/x-rst",
|
||||
packages=["dj_database_url"],
|
||||
install_requires=["Django>=4.2"],
|
||||
install_requires=["Django>=4.2", "typing_extensions>=4.0.0"],
|
||||
include_package_data=True,
|
||||
package_data={
|
||||
"dj_database_url": ["py.typed"],
|
||||
|
|
|
|||
Loading…
Reference in a new issue