-
Notifications
You must be signed in to change notification settings - Fork 143
/
pyproject.toml
39 lines (36 loc) · 967 Bytes
/
pyproject.toml
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
[tool.black]
skip-string-normalization = true
[tool.poetry]
name = "yearn-exporter"
version = "1.0.0"
description = "yearn exporter"
authors = ["Your Name <[email protected]>"]
[tool.poetry.dependencies]
python = ">=3.10,<3.11"
eth-brownie = ">=1.20.3,<1.21"
click = ">=7.1.2"
tabulate = ">=0.8.7"
joblib = ">=1.0.1"
fastapi = ">=0.63.0"
uvicorn = ">=0.13.4"
sqlmodel = ">=0.0.4"
psycopg2-binary = ">=2.8.5"
#tokenlists = ">=0.1.7,<0.2"
semantic-version = ">=2.8.5"
boto3 = ">=1.34,<1.35"
matplotlib = ">=3.6.1"
sqlalchemy = ">=1.4.41"
sentry-sdk = ">=2.1.1,<2.2"
pytest-bdd = ">=5.0.0"
dank_mids = "4.20.98"
eth_retry = ">=0.1.19"
eth-hash = { version = "*", extras = ["pysha3"] }
ez-a-sync = "^0.22.13"
python-telegram-bot = "13.15"
ypricemagic = "4.0.14"
eth-portfolio = { git = "https://www.github.com/BobTheBuidler/eth-portfolio", branch = "master" }
memray = "*"
numpy = "<2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"