Initial commit
This commit is contained in:
commit
4d3efdcd27
0
lkeep/__init__.py
Normal file
0
lkeep/__init__.py
Normal file
0
lkeep/main.py
Normal file
0
lkeep/main.py
Normal file
1134
poetry.lock
generated
Normal file
1134
poetry.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
19
pyproject.toml
Normal file
19
pyproject.toml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
[project]
|
||||||
|
name = "lkeep"
|
||||||
|
version = "0.1.0"
|
||||||
|
description = ""
|
||||||
|
authors = [
|
||||||
|
{name = "proDream",email = "sushkoos@gmail.com"}
|
||||||
|
]
|
||||||
|
readme = "README.md"
|
||||||
|
requires-python = ">=3.12"
|
||||||
|
dependencies = [
|
||||||
|
"fastapi[standard] (>=0.115.6,<0.116.0)",
|
||||||
|
"uvicorn[standard] (>=0.34.0,<0.35.0)",
|
||||||
|
"pre-commit (>=4.0.1,<5.0.0)"
|
||||||
|
]
|
||||||
|
|
||||||
|
|
||||||
|
[build-system]
|
||||||
|
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
||||||
|
build-backend = "poetry.core.masonry.api"
|
Loading…
x
Reference in New Issue
Block a user