diff --git a/setup.py b/setup.py index 9103ab7..885d992 100755 --- a/setup.py +++ b/setup.py @@ -37,7 +37,8 @@ setup( 'tractor', 'tractor.testing', ], - install_requires=['msgpack', 'trio>0.8', 'async_generator', 'colorlog'], + install_requires=[ + 'msgpack', 'trio>0.8', 'async_generator', 'colorlog', 'wrapt'], tests_require=['pytest'], python_requires=">=3.6", keywords=[