Initial commit

This commit is contained in:
Esa Kataja
2024-11-09 11:49:39 +02:00
commit a35ade3d8b
14 changed files with 456 additions and 0 deletions
+15
View File
@@ -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",
]