-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
31 lines (27 loc) · 896 Bytes
/
pyproject.toml
File metadata and controls
31 lines (27 loc) · 896 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
25
26
27
28
29
30
31
[build-system]
requires = ["setuptools>=61.0.0", "wheel"]
build-backend = "setuptools.build_meta"
[tool.poetry]
name = "anysd"
version = "1.2.5"
description = "For building ussd applications faster, with navigation management out of the box"
readme = "README.md"
authors = ["Somwaki <somwaki@gmail.com>", "Steven Ondieki <ondiekisteven1@gmail.com>"]
license = "MIT"
classifiers = [
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
]
keywords = ["ussd", "navigation"]
include = ["publish.sh"]
[tool.poetry.dependencies]
anytree = "<=2.8.0"
cfg-load = "<=0.9.0"
redis = ">=4.0.0"
python = ">=3.7"
black = { version = ">=22.1.0", optional = true }
bumpver = { version = ">=2020.1108", optional = true }
isort = { version = ">=5.9.0", optional = true }
[tool.poetry.urls]
Homepage = "https://github.com/somwaki/anysd"