requirements.txt改为pyproject.toml
This commit is contained in:
parent
e1a245cfff
commit
48d35a5cdf
12
apps/jingrow/pyproject.toml
Normal file
12
apps/jingrow/pyproject.toml
Normal file
@ -0,0 +1,12 @@
|
||||
[project]
|
||||
name = "jingrow"
|
||||
version = "1.0.0"
|
||||
dependencies = [
|
||||
"fastapi==0.104.1",
|
||||
"uvicorn[standard]==0.24.0",
|
||||
"python-multipart==0.0.6",
|
||||
"pydantic>=2.7.0",
|
||||
"pydantic-settings>=2.0.0",
|
||||
"qdrant-client==1.15.1",
|
||||
"requests==2.31.0",
|
||||
]
|
||||
@ -1,7 +0,0 @@
|
||||
fastapi==0.104.1
|
||||
uvicorn[standard]==0.24.0
|
||||
python-multipart==0.0.6
|
||||
pydantic>=2.7.0
|
||||
pydantic-settings>=2.0.0
|
||||
qdrant-client==1.15.1
|
||||
requests==2.31.0
|
||||
Loading…
x
Reference in New Issue
Block a user