Skip to content

Commit

Permalink
Add typing_extensions to package requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelhwilliams committed Nov 22, 2024
1 parent ff1fa20 commit b96ae07
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 b96ae07

Please sign in to comment.