Skip to content

Commit 82fc88e

Browse files
committed
fix setup.py
1 parent 8bead75 commit 82fc88e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,5 @@
4343
keywords=['tkinter', 'filedialog', 'filebrowser'],
4444
packages=["tkfilebrowser"],
4545
package_data={"tkfilebrowser": ["images/*"]},
46-
install_requires=["os", "locale", "time", "psutil", "tkinter", "math", "urllib", "babel",
47-
"re", "subprocess"],
46+
install_requires=["psutil", "babel"],
4847
extras_require={'tk<8.6.0': 'Pillow'})

0 commit comments

Comments
 (0)