feat: implement server
This commit is contained in:
13
pyproject.toml
Normal file
13
pyproject.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[project]
|
||||
name = "cutt"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
author = "julius"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"fastapi[standard]>=0.115.7",
|
||||
"psycopg>=3.2.4",
|
||||
"sqlmodel>=0.0.22",
|
||||
"uvicorn>=0.34.0",
|
||||
]
|
||||
Reference in New Issue
Block a user