Drop `msgspec` min pin

we_bein_all_matchy
Tyler Goodlet 2022-08-03 14:28:21 -04:00
parent c613acfe5c
commit 1e6b4d5dd4
1 changed files with 3 additions and 3 deletions

View File

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