Compare commits
3 Commits
b4684350dd
...
f0f7e369fb
Author | SHA1 | Date |
---|---|---|
s.mostryukov | f0f7e369fb | |
s.mostryukov | 22c45c01e6 | |
s.mostryukov | 1a0311a827 |
|
@ -2,3 +2,5 @@
|
||||||
.env
|
.env
|
||||||
.venv
|
.venv
|
||||||
.log
|
.log
|
||||||
|
.idea
|
||||||
|
*.idea
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,19 @@
|
||||||
|
[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