forked from goodboy/tractor
1
0
Fork 0

Pin to latest and greatest `msgspec`

msgspec_infect_asyncio
Tyler Goodlet 2021-09-06 11:53:18 -04:00
parent a085111173
commit 82999d10df
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ setup(
extras_require={ extras_require={
# serialization # serialization
'msgspec': ["msgspec; python_version >= '3.9'"], 'msgspec': ["msgspec >= 0.3.2'; python_version >= '3.9'"],
}, },
tests_require=['pytest'], tests_require=['pytest'],