diff --git a/setup.py b/setup.py index 0ecbbb4..48da14e 100755 --- a/setup.py +++ b/setup.py @@ -55,6 +55,9 @@ setup( 'colorlog', 'wrapt', + # serialization + 'msgspec', + # pip ref docs on these specs: # https://pip.pypa.io/en/stable/reference/requirement-specifiers/#examples # and pep: @@ -71,9 +74,6 @@ setup( # we need a specific patch on master atm. 'pdbpp @ git+https://github.com/pdbpp/pdbpp@76c4be5#egg=pdbpp ; python_version > "3.9"', # noqa: E501 - # serialization - 'msgspec >= "0.4.0"' - ], tests_require=['pytest'], python_requires=">=3.9",