-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
24 lines (20 loc) · 824 Bytes
/
pyproject.toml
File metadata and controls
24 lines (20 loc) · 824 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[tool.poetry]
name = "sjfirebase"
version = "1.7.0"
description = "Implement Firebase Java SDK in python"
authors = ["Kenechukwu Akubue <kengoon19@gmail.com>"]
readme = "README.md"
packages = [{include = "sjfirebase"}]
homepage = "https://github.com/SimpleJnius/sj-firebase-python"
repository = "https://github.com/SimpleJnius/sj-firebase-python.git"
documentation = "https://github.com/SimpleJnius/sj-firebase-python/blob/master/README.md"
[tool.poetry.urls]
"Bug Tracker" = "https://github.com/SimpleJnius/sj-firebase-python/issues"
"Source" = "https://github.com/SimpleJnius/sj-firebase-python"
"Pull Requests" = "https://github.com/SimpleJnius/sj-firebase-python/pulls"
[tool.poetry.dependencies]
python = "^3.9"
pyjnius = "^1.6.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"