Actually dropping the cloudpickle dependency from setup.py

start_up_sequence_trickery
Guillermo Rodriguez 2020-07-27 21:10:04 -03:00
parent ef053eb070
commit 8b44ec7a5d
No known key found for this signature in database
GPG Key ID: 3F61096EC7DF75A8
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', 'cloudpickle', 'trio_typing',
], ],
tests_require=['pytest'], tests_require=['pytest'],
python_requires=">=3.7", python_requires=">=3.7",