Skip to content

Commit

Permalink
Remove 3rd party dependency - pywin32
Browse files Browse the repository at this point in the history
pywin32 is no longer used in the code
  • Loading branch information
ddraganov committed Jan 12, 2024
1 parent 11dc306 commit 4bc1f52
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ def read(fname):
extras_require={
'sso': [
'pyOpenSSL',
'lxml',
'pywin32; sys_platform == "win32"'
'lxml'
]
},
zip_safe=True
Expand Down

0 comments on commit 4bc1f52

Please sign in to comment.