Skip to content

Commit 21490f6

Browse files
committed
Revert "add a database package"
This reverts commit d26bb7c.
1 parent d26bb7c commit 21490f6

12 files changed

Lines changed: 2 additions & 466 deletions

File tree

packages/backend/pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,12 @@ version = "0.1.0"
44
requires-python = ">=3.13"
55
dependencies = [
66
"steamlayer-core",
7-
"steamlayer-db",
87
"fastapi>=0.111",
98
"uvicorn[standard]>=0.29",
109
]
1110

1211
[tool.uv.sources]
1312
steamlayer-core = { workspace = true }
14-
steamlayer-db = { workspace = true }
1513

1614
[tool.uv]
1715
package = true

packages/db/pyproject.toml

Lines changed: 0 additions & 21 deletions
This file was deleted.

packages/db/steamlayer_db/__init__.py

Lines changed: 0 additions & 18 deletions
This file was deleted.

packages/db/steamlayer_db/database.py

Lines changed: 0 additions & 33 deletions
This file was deleted.

packages/db/steamlayer_db/models.py

Lines changed: 0 additions & 57 deletions
This file was deleted.

packages/db/steamlayer_db/repos/__init__.py

Whitespace-only changes.

packages/db/steamlayer_db/repos/downloads.py

Lines changed: 0 additions & 89 deletions
This file was deleted.

packages/db/steamlayer_db/repos/games.py

Lines changed: 0 additions & 51 deletions
This file was deleted.

packages/db/steamlayer_db/repos/history.py

Lines changed: 0 additions & 45 deletions
This file was deleted.

packages/db/steamlayer_db/repos/sources.py

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)