Skip to content

Commit

Permalink
Pin to pdbpp upstream master, 3.10 problem?
Browse files Browse the repository at this point in the history
  • Loading branch information
goodboy committed Jul 27, 2022
1 parent c7035be commit 418e74e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,16 @@
# tooling
'colorlog',
'wrapt',
'pdbpp',
# windows deps workaround for ``pdbpp``
# https://github.com/pdbpp/pdbpp/issues/498
# https://github.com/pdbpp/fancycompleter/issues/37
'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
'msgspec >= "0.4.0"'

Expand Down

0 comments on commit 418e74e

Please sign in to comment.