move pydantic to difficult reqs because pydantic-core requires rust
This commit is contained in:
parent
86bf842aac
commit
869868f532
|
@ -11,3 +11,4 @@ aiofiles==0.6.0
|
||||||
python-magic==0.4.27
|
python-magic==0.4.27
|
||||||
markdown==3.4.4
|
markdown==3.4.4
|
||||||
paramiko==3.4.0
|
paramiko==3.4.0
|
||||||
|
pydantic==2.9.2
|
|
@ -13,4 +13,3 @@ humanize==4.9.0
|
||||||
humanfriendly==10.0
|
humanfriendly==10.0
|
||||||
numpy==1.24.4; python_version<'3.12'
|
numpy==1.24.4; python_version<'3.12'
|
||||||
numpy==1.26.4; python_version>='3.12'
|
numpy==1.26.4; python_version>='3.12'
|
||||||
pydantic==2.9.2
|
|
Loading…
Reference in New Issue