forked from DIMO-Network/dimo-python-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
29 lines (26 loc) · 753 Bytes
/
pyproject.toml
File metadata and controls
29 lines (26 loc) · 753 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
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "dimo-python-sdk"
version = "1.3.1"
authors = [
{ name="Barrett Kowalsky", email="barrettkowalsky@gmail.com" },
]
description = "DIMO SDK in Python"
readme = "README.md"
requires-python = ">=3.8"
keywords=["dimo", "sdk", "python", "depin", "web3"]
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
]
dependencies = [
"requests>=2.30.0",
"eth-account==0.13.4",
"eth-utils>=5.0.0",
]
[project.urls]
Homepage = "https://github.com/DIMO-Network/dimo-python-sdk"
Issues = "https://github.com/DIMO-Network/dimo-python-sdk/issues"