Skip to content

Commit

Permalink
Add windows-curses dependency for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
biozz committed Aug 12, 2020
1 parent 8e116e1 commit 3c67f16
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@
raise SystemExit("Circus requires Python 3.5 or higher.")


install_requires = ['psutil', 'pyzmq>=17.0', 'tornado>=5.0.2']
install_requires = [
'psutil',
'pyzmq>=17.0',
'tornado>=5.0.2',
'windows-curses>=2.1.0;platform_system=="Windows"',
]

try:
import argparse # NOQA
Expand Down

0 comments on commit 3c67f16

Please sign in to comment.