Skip to content

Commit 941a909

Browse files
committed
Update
1 parent e5bac85 commit 941a909

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
*.lock
1+
*.lock
2+
/.pypi_token
3+
/dist/

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[tool.poetry]
2-
name = "sj-firebase-python"
3-
version = "0.1.0"
4-
description = ""
2+
name = "sjfirebase"
3+
version = "1.0.0"
4+
description = "Port firebase to python"
55
authors = ["Kenechukwu Akubue <kengoon19@gmail.com>"]
66
readme = "README.md"
77
packages = [{include = "sjfirebase"}]
88

99
[tool.poetry.dependencies]
1010
python = "^3.11"
11-
kvdroid = {url = "https://github.com/kvdroid/Kvdroid/archive/refs/heads/master.zip"}
11+
kvdroid = "^0.3.0"
1212

1313

1414
[build-system]

0 commit comments

Comments
 (0)