forked from goodboy/tractor
Go 3.7 since dataclasses
parent
977eaedb0b
commit
b42e118e89
2
setup.py
2
setup.py
|
@ -40,7 +40,7 @@ setup(
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'msgpack', 'trio>0.8', 'async_generator', 'colorlog', 'wrapt'],
|
'msgpack', 'trio>0.8', 'async_generator', 'colorlog', 'wrapt'],
|
||||||
tests_require=['pytest'],
|
tests_require=['pytest'],
|
||||||
python_requires=">=3.6",
|
python_requires=">=3.7",
|
||||||
keywords=[
|
keywords=[
|
||||||
"async", "concurrency", "actor model", "distributed",
|
"async", "concurrency", "actor model", "distributed",
|
||||||
'trio', 'multiprocessing'
|
'trio', 'multiprocessing'
|
||||||
|
|
Loading…
Reference in New Issue