-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
executable file
·51 lines (47 loc) · 1.13 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
[tool.poetry]
name = "Powerloom Snapshotter"
version = "0.1.0"
description = ""
authors = ["Powerloom, Inc."]
license = "Apache-2.0"
readme = "README.md"
package-mode = false
[tool.poetry.dependencies]
python = "^3.8"
redis = "^4.6.0"
timeago = "^1.0.16"
typer = "^0.7.0"
psutil = "^5.9.5"
importlib = "^1.0.4"
pika = "^1.3.2"
gunicorn = "^20.1.0"
aiohttp = "^3.8.5"
web3 = "6.17.1"
async-limits = {git = "https://github.com/powerloom/limits.git"}
tenacity = "^8.2.2"
limits = "^2.8.0"
uvicorn = "^0.20.0"
frozendict = "^2.3.8"
multiaddr = "^0.0.9"
idna = "^3.4"
uvloop = "^0.17.0"
loguru = "^0.7.0"
httpx = "^0.24.1"
fastapi = "^0.95.1"
ifps-client = {git = "https://[email protected]/PowerLoom/py-ipfs-client.git"}
aiorwlock = "^1.3.0"
aio-pika = "^9.1.4"
fastapi-pagination = "^0.12.12"
eip712-structs = "^1.1.0"
coincurve = "^19.0.1"
grpclib = {extras = ["protobuf"], version = "^0.4.7"}
grpcio-tools = "^1.62.1"
aiolimiter = "^1.1.0"
aioboto3 = "^13.2.0"
[tool.poetry.group.dev.dependencies]
pytest-cov = "^5.0.0"
pytest-asyncio = "^0.24.0"
fakeredis = "^2.25.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"