-
Notifications
You must be signed in to change notification settings - Fork 33
/
pyproject.toml
42 lines (39 loc) · 929 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
40
41
42
[tool.poetry]
name = "Powerloom Snapshotter Computes"
version = "0.1.0"
description = ""
authors = ["Powerloom, Inc."]
license = "Apache-2.0"
readme = "README.md"
[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 = "^5.31.4"
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 = "^18.0.0"
pysha3 = "^1.0.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"