Skip to content

Commit

Permalink
Merge pull request #749 from python-eel/bau/fix-install-requires
Browse files Browse the repository at this point in the history
Add typing_extensions to package requirements
  • Loading branch information
samuelhwilliams authored Nov 22, 2024
2 parents ff1fa20 + b96ae07 commit b3cd7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
package_data={
'eel': ['eel.js', 'py.typed'],
},
install_requires=['bottle', 'bottle-websocket', 'future', 'pyparsing'],
install_requires=['bottle', 'bottle-websocket', 'future', 'pyparsing', 'typing_extensions'],
extras_require={
"jinja2": ['jinja2>=2.10']
},
Expand Down

0 comments on commit b3cd7fb

Please sign in to comment.