-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpyproject.toml
More file actions
51 lines (47 loc) · 1.17 KB
/
pyproject.toml
File metadata and controls
51 lines (47 loc) · 1.17 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
[tool.poetry]
name = "planetmint-driver"
version = "0.18.5"
description = "Python driver for Planetmint"
authors = ["Your Name <you@example.com>"]
license = "AGPLv3-or-later"
readme = "README.rst"
packages = [{include = "planetmint_driver"}]
[tool.poetry.dependencies]
python = "^3.9"
planetmint-transactions = "^0.8.0"
python-rapidjson = "^1.9"
python-rapidjson-schema = "^0.1.1"
requests = "^2.28.2"
planetmint-ipld = "^0.0.3"
sphinx-press-theme = "0.8.0"
wheel = "^0.38.1"
typing-extensions = "^4.5.0"
black = "24.3.0"
jinja2 = "3.1.5"
[tool.poetry.group.dev.dependencies]
black = "^24.3.0"
coverage = "^7.1.0"
pytest = "^7.2.1"
pytest-cov = "^4.0.0"
pytest-env = "^0.8.1"
pytest-sugar = "^0.9.6"
pytest-xdist = "^3.1.0"
responses = "^0.22.0"
Sphinx = "5.0.0"
sphinx-autobuild = "^2021.3.14"
sphinxcontrib-autorun = "^0.1.post20140415"
sphinxcontrib-napoleon = "^0.7"
sphinx-rtd-theme = "^1.1.1"
sphinxcontrib-httpdomain = "^1.8.1"
matplotlib = "^3.6.3"
base58 = "^2.1.1"
ipdb = "^0.13.11"
ipython = "^8.9.0"
pre-commit = "^3.0.1"
Jinja2 = "3.1.5"
tox = "^4.4.2"
tox-gh-actions = "^3.0.0"
pip-audit = "^2.4.14"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"