Skip to content

Commit

Permalink
Remove pywin32 dependency
Browse files Browse the repository at this point in the history
Its use was removed in jupyter#483, so we can drop it now.
  • Loading branch information
vidartf authored and davidbrochart committed Feb 18, 2020
1 parent 0806fb5 commit 63b97e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ def run(self):
'python-dateutil>=2.1',
'entrypoints',
'tornado>=4.1',
"pywin32 >=1.0 ; sys_platform == 'win32'"
],
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*',
extras_require = {
Expand Down

0 comments on commit 63b97e2

Please sign in to comment.