Skip to content

Commit 4c79acb

Browse files
author
Tom Schimansky
committed
added pywin32 requirement for Windows
1 parent 8fb3300 commit 4c79acb

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
customtkinter~=1.2
1+
customtkinter~=3.11
22
requests==2.26.0
33
pillow~=9.0.1
44
future~=0.18.2
55
geocoder
6+
pywin32; platform_system=="Windows"
67
xerox

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
classifiers=["Operating System :: OS Independent",
2222
"Programming Language :: Python :: 3",
2323
"License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication"],
24-
install_requires=["geocoder", "pillow", "requests", "xerox"],
24+
install_requires=["geocoder", "pillow", "requests", "xerox", 'pywin32; platform_system=="Windows"'],
2525
python_requires=">=3.6")

0 commit comments

Comments
 (0)