-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpyproject.toml
More file actions
45 lines (39 loc) · 887 Bytes
/
pyproject.toml
File metadata and controls
45 lines (39 loc) · 887 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[project]
name = "oz-defender"
description = "OpenZeppelin Defender API client"
[tool.poetry]
name = "oz-defender"
version = "0.1.1"
description = ""
authors = ["Franklin Developers <developers@hellofranklin.co>"]
license = "MIT"
readme = "README.md"
homepage = "https://github.com/franklin-systems/oz-defender"
repository = "https://github.com/franklin-systems/oz-defender"
packages = [
{include = "oz_defender"}
]
keywords = [
"openzeppelin",
"open zeppelin",
"oz",
"defender",
"ethereum",
"relayer",
"gasless",
"api",
]
[tool.poetry.dependencies]
python = "^3.10"
requests = "^2.28.2"
pycognito = "^2022.12.0"
pytest-mock = "^3.10.0"
[tool.poetry.dev-dependencies]
pytest = "^7.3.1"
[tool.poetry.scripts]
test = "scripts:test"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.isort]
profile = "black"