forked from dgnorth/drift-base
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
36 lines (32 loc) · 758 Bytes
/
pyproject.toml
File metadata and controls
36 lines (32 loc) · 758 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
[tool.poetry]
name = "drift-base"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
license = "MIT"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
python-drift = "0.26.16"
requests = "^2.32.5"
boto3 = "^1.40.30"
greenlet = "^3.2.4"
python-decouple = "^3.8"
python-driftconfig = "^0.5.5"
aws-assume-role-lib = "^2.10"
eth-account = "*"
siwe = "^4.1"
prometheus-client = "^0.22"
[tool.poetry.group.dev.dependencies]
pytest = "*"
codecov = "^2.1"
pytest-cov = "^4.1"
responses = "^0.25"
mock = "^5.1"
[[tool.poetry.source]]
name = "directive"
url = "https://nexus.directivegames.com/repository/pypi/simple"
priority = "primary"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"