mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-26 01:06:23 +02:00
Initial commit
This commit is contained in:
commit
55332d1ddb
168 changed files with 18456 additions and 0 deletions
24
apps/api/pyproject.toml
Normal file
24
apps/api/pyproject.toml
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
[tool.poetry]
|
||||
name = "api"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = ["cording12 <joncording12@gmail.com>"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.9"
|
||||
fastapi = "^0.109.2"
|
||||
uvicorn = "^0.27.1"
|
||||
email-validator = "^2.1.0"
|
||||
pydantic-settings = "^2.2.1"
|
||||
python-dotenv = "^1.0.1"
|
||||
supabase-py-async = "^2.5.5"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
isort = "^5.10.1"
|
||||
black = "^22.6.0"
|
||||
pytest = "^8.0.1"
|
||||
pylint-pydantic = "^0.3.2"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
Loading…
Add table
Add a link
Reference in a new issue