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

Commit a5df09f

Browse files
committed
Upd
1 parent 4921b0e commit a5df09f

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', 'typing_extensions'],
17+
install_requires=['bottle', 'bottle-websocket', 'future', 'pyparsing', 'typing_extensions', 'importlib_resources'],
1818
extras_require={
1919
"jinja2": ['jinja2>=2.10']
2020
},

0 commit comments

Comments
 (0)