We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5bac85 commit 941a909Copy full SHA for 941a909
2 files changed
.gitignore
@@ -1 +1,3 @@
1
-*.lock
+*.lock
2
+/.pypi_token
3
+/dist/
pyproject.toml
@@ -1,14 +1,14 @@
[tool.poetry]
-name = "sj-firebase-python"
-version = "0.1.0"
4
-description = ""
+name = "sjfirebase"
+version = "1.0.0"
+description = "Port firebase to python"
5
authors = ["Kenechukwu Akubue <kengoon19@gmail.com>"]
6
readme = "README.md"
7
packages = [{include = "sjfirebase"}]
8
9
[tool.poetry.dependencies]
10
python = "^3.11"
11
-kvdroid = {url = "https://github.com/kvdroid/Kvdroid/archive/refs/heads/master.zip"}
+kvdroid = "^0.3.0"
12
13
14
[build-system]
0 commit comments