Skip to content

Commit 2f87541

Browse files
committed
cocalc-api: introduce a cleanup logic, of tracked accounts, orgs and projects. (managing an ephemeral database via the API is a bit tricky)
1 parent 7390989 commit 2f87541

File tree

4 files changed

+963
-301
lines changed

4 files changed

+963
-301
lines changed

src/python/cocalc-api/pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,11 @@ dev = [
7676
"mkdocs-material",
7777
"mkdocstrings[python]",
7878
"mypy",
79+
"psycopg2-binary",
7980
"pyright",
80-
"pytest>=8.4.1",
81+
"pytest>=8.4.2",
8182
"pytest-cov",
82-
"ruff>=0.12.11",
83+
"ruff>=0.13.2",
84+
"types-psycopg2",
8385
"yapf",
8486
]

0 commit comments

Comments
 (0)