forked from goodboy/tractor
Add wrapt
parent
fbb6af47f8
commit
7cec62d585
3
setup.py
3
setup.py
|
@ -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=[
|
||||||
|
|
Loading…
Reference in New Issue