Skip to content

Commit

Permalink
Switch to pyreadline3 for Windows / Python 3.x
Browse files Browse the repository at this point in the history
Merge pull request #38
  • Loading branch information
gwenblum authored Oct 11, 2024
2 parents 5cf2666 + cefecf6 commit 5df2d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def run_tests(self):
]

if sys.platform == 'win32':
install_requires.append('pyreadline') # readline subsitute for Windows
install_requires.append('pyreadline3') # readline substitute for Windows

# Additional dependencies
test = ['pytest', 'testfixtures', 'mock']
Expand Down

0 comments on commit 5df2d27

Please sign in to comment.