We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2784792 commit fa0a289Copy full SHA for fa0a289
setup.py
@@ -63,7 +63,7 @@
63
64
INSTALL_REQUIRES = ['pyparsing >= 2.0.1', 'pyperclip', 'six']
65
if sys.platform.startswith('win'):
66
- INSTALL_REQUIRES += 'pyreadline'
+ INSTALL_REQUIRES += ['pyreadline']
67
68
# unittest.mock was added in Python 3.3. mock is a backport of unittest.mock to all versions of Python
69
TESTS_REQUIRE = ['mock', 'pytest']
0 commit comments