Pin to `pdbpp` upstream master, 3.10 problem?
See issues: - https://github.com/pdbpp/pdbpp/issues/480 - https://github.com/pdbpp/pdbpp/pull/482sigintsaviour_citesthackin
parent
c7035be2fc
commit
418e74eee7
6
setup.py
6
setup.py
|
@ -54,12 +54,16 @@ setup(
|
||||||
# tooling
|
# tooling
|
||||||
'colorlog',
|
'colorlog',
|
||||||
'wrapt',
|
'wrapt',
|
||||||
'pdbpp',
|
|
||||||
# windows deps workaround for ``pdbpp``
|
# windows deps workaround for ``pdbpp``
|
||||||
# https://github.com/pdbpp/pdbpp/issues/498
|
# https://github.com/pdbpp/pdbpp/issues/498
|
||||||
# https://github.com/pdbpp/fancycompleter/issues/37
|
# https://github.com/pdbpp/fancycompleter/issues/37
|
||||||
'pyreadline3 ; platform_system == "Windows"',
|
'pyreadline3 ; platform_system == "Windows"',
|
||||||
|
|
||||||
|
'pdbpp',
|
||||||
|
# 3.10 has an outstanding unreleased issue and `pdbpp` itself
|
||||||
|
# pins to patched forks of its own dependencies as well.
|
||||||
|
"pdbpp @ git+https://github.com/pdbpp/pdbpp@master#egg=pdbpp", # noqa: E501
|
||||||
|
|
||||||
# serialization
|
# serialization
|
||||||
'msgspec >= "0.4.0"'
|
'msgspec >= "0.4.0"'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue