Compare commits
No commits in common. "f0f7e369fb5f2333aa91299095f74b6ca84c45fe" and "b4684350dd9530cdc41c36195d0a385d033aaf4e" have entirely different histories.
f0f7e369fb
...
b4684350dd
|
@ -2,5 +2,3 @@
|
|||
.env
|
||||
.venv
|
||||
.log
|
||||
.idea
|
||||
*.idea
|
File diff suppressed because it is too large
Load Diff
|
@ -1,19 +0,0 @@
|
|||
[tool.poetry]
|
||||
name = "sipi-web"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = ["sergey <sergey@sm8255082.ru>"]
|
||||
license = "GPL3"
|
||||
readme = "README.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.12"
|
||||
fastapi = "^0.111.0"
|
||||
uvicorn = "^0.30.1"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
pytest = "^8.2.2"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
Loading…
Reference in New Issue