Add wrapt

contexts
Tyler Goodlet 2019-01-16 13:41:49 -05:00
parent fbb6af47f8
commit 7cec62d585
1 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,8 @@ setup(
'tractor', 'tractor',
'tractor.testing', 'tractor.testing',
], ],
install_requires=['msgpack', 'trio>0.8', 'async_generator', 'colorlog'], install_requires=[
'msgpack', 'trio>0.8', 'async_generator', 'colorlog', 'wrapt'],
tests_require=['pytest'], tests_require=['pytest'],
python_requires=">=3.6", python_requires=">=3.6",
keywords=[ keywords=[