peewee, peewee-migrate, typeshed, cache modules

This commit is contained in:
2024-10-23 17:27:33 -05:00
parent e1f414f2e9
commit 945256e682
2 changed files with 301 additions and 2 deletions

View File

@@ -8,15 +8,23 @@ readme = "README.md"
package-mode = false
[tool.poetry.scripts]
start = "linkpulse.main"
app = "linkpulse"
[tool.poetry.dependencies]
python = "^3.12"
fastapi = "0.100"
Hypercorn = "0.14.4"
python-dotenv = "^1.0.1"
peewee = "^3.17.7"
peewee-migrate = "^1.13.0"
types-peewee = "^3.17.7.20241017"
types-psycopg2 = "^2.9.21.20241019"
fastapi-cache2 = "^0.2.2"
[tool.poetry.group.dev.dependencies]
memory-profiler = "^0.61.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"