Skip to content
This repository was archived by the owner on Jun 22, 2025. It is now read-only.

Commit b3cd7fb

Browse files
Merge pull request #749 from python-eel/bau/fix-install-requires
Add typing_extensions to package requirements
2 parents ff1fa20 + b96ae07 commit b3cd7fb

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
package_data={
1515
'eel': ['eel.js', 'py.typed'],
1616
},
17-
install_requires=['bottle', 'bottle-websocket', 'future', 'pyparsing'],
17+
install_requires=['bottle', 'bottle-websocket', 'future', 'pyparsing', 'typing_extensions'],
1818
extras_require={
1919
"jinja2": ['jinja2>=2.10']
2020
},

0 commit comments

Comments
 (0)