Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4bc1f52

Browse files
author
ddraganov
committed
Remove 3rd party dependency - pywin32
pywin32 is no longer used in the code
1 parent 11dc306 commit 4bc1f52

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ def read(fname):
7474
extras_require={
7575
'sso': [
7676
'pyOpenSSL',
77-
'lxml',
78-
'pywin32; sys_platform == "win32"'
77+
'lxml'
7978
]
8079
},
8180
zip_safe=True

0 commit comments

Comments
 (0)