2 changed files with
2 additions and
2 deletions
|
|
@ -1 +1 @@
|
|
|
|
pydantic
|
|
|
|
pydantic<1
|
|
|
|
|
|
@ -21,7 +21,7 @@ setup(
|
|
|
|
python_requires='>=3.6',
|
|
|
|
python_requires='>=3.6',
|
|
|
|
|
|
|
|
|
|
|
|
install_requires=[
|
|
|
|
install_requires=[
|
|
|
|
'pydantic',
|
|
|
|
'pydantic<1',
|
|
|
|
],
|
|
|
|
],
|
|
|
|
|
|
|
|
|
|
|
|
extras_require={
|
|
|
|
extras_require={
|
|
|
|