Initial commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
[project]
|
||||
name = "pjl"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"fastapi>=0.115.4",
|
||||
"loguru>=0.7.2",
|
||||
"pydantic>=2.9.2",
|
||||
"requests>=2.32.3",
|
||||
"rich>=13.9.4",
|
||||
"sqlmodel>=0.0.22",
|
||||
"uvicorn>=0.32.0",
|
||||
]
|
||||
Reference in New Issue
Block a user