Add pdbpp as dep

debug_tests
Tyler Goodlet 2020-07-29 20:57:10 -04:00
parent f7cd2be039
commit efd7095cf8
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ setup(
], ],
install_requires=[ install_requires=[
'msgpack', 'trio>0.8', 'async_generator', 'colorlog', 'wrapt', 'msgpack', 'trio>0.8', 'async_generator', 'colorlog', 'wrapt',
'trio_typing' 'trio_typing', 'pdbpp',
], ],
tests_require=['pytest'], tests_require=['pytest'],
python_requires=">=3.7", python_requires=">=3.7",