Skip to content

Commit

Permalink
Remove temporary fix now that Eel has fixed its missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
brentvollebregt committed Nov 22, 2024
1 parent 17c2dd7 commit 453cffa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
Eel>=0.11.0
PyInstaller>=5.8.0
requests
typing-extensions>=4.3.0 # Temporary fix for https://github.com/python-eel/Eel/issues/748
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
keywords=["gui", "executable"],
packages=["auto_py_to_exe"],
include_package_data=True,
install_requires=["Eel>=0.11.0", "pyinstaller>=5.8.0", "requests"],
install_requires=["Eel>=0.11.0,!=0.18.0", "pyinstaller>=5.8.0", "requests"],
python_requires=">=3.6",
classifiers=[
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 453cffa

Please sign in to comment.