Use `pyreadline3` on windows for py3.10
parent
9bc1c6f385
commit
b700dc34a8
10
setup.py
10
setup.py
|
@ -51,13 +51,17 @@ setup(
|
||||||
'tricycle',
|
'tricycle',
|
||||||
'trio_typing',
|
'trio_typing',
|
||||||
|
|
||||||
|
# serialization
|
||||||
|
'msgpack>=1.0.3',
|
||||||
|
|
||||||
# tooling
|
# tooling
|
||||||
'colorlog',
|
'colorlog',
|
||||||
'wrapt',
|
'wrapt',
|
||||||
'pdbpp',
|
'pdbpp',
|
||||||
|
# windows deps workaround for ``pdbpp``
|
||||||
# serialization
|
# https://github.com/pdbpp/pdbpp/issues/498
|
||||||
'msgpack>=1.0.3',
|
# https://github.com/pdbpp/fancycompleter/issues/37
|
||||||
|
'pyreadline3 ; platform_system == "Windows"',
|
||||||
|
|
||||||
],
|
],
|
||||||
extras_require={
|
extras_require={
|
||||||
|
|
Loading…
Reference in New Issue