Skip to content

Commit a139abc

Browse files
committed
Update project dependencies
Adds typing_extensions
1 parent e4ccc63 commit a139abc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
long_description=readme,
1515
long_description_content_type="text/x-rst",
1616
packages=["dj_database_url"],
17-
install_requires=["Django>=4.2"],
17+
install_requires=["Django>=4.2", "typing_extensions>=4.0.0"],
1818
include_package_data=True,
1919
package_data={
2020
"dj_database_url": ["py.typed"],

0 commit comments

Comments
 (0)