Skip to content

Commit 574d36e

Browse files
committed
Version change and dependencies
1 parent c64b937 commit 574d36e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pyproject.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "jupyter-pgadmin-proxy"
7-
version = "0.0.3"
7+
version = "0.0.1"
88
authors = [
99
{ name="Matus Kosut", email="[email protected]" },
1010
{ name="Diepiriye Okujagu", email="[email protected]" },
@@ -15,6 +15,10 @@ license = { file = "LICENSE.md" }
1515
requires-python = ">=3.8"
1616
dependencies = [
1717
"jupyter-server-proxy>=3.2.2",
18+
"pgadmin4",
19+
"simple-websocket",
20+
"psycopg",
21+
"uwsgi"
1822
]
1923
classifiers = [
2024
"Framework :: Jupyter",
@@ -54,6 +58,6 @@ artifacts = [
5458

5559
[tool.hatch.build.targets.sdist]
5660
artifacts = []
57-
exclude = [".github"]
61+
exclude = [".github", "setup", "Makefile", "docker-compose.yml"]
5862

5963
[tool.hatch.build.targets.jupyter-pgadmin-proxy]

0 commit comments

Comments
 (0)