File size: 795 Bytes
be10c73
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
[project]
name = "olas-predict-dataset"
version = "0.1.0"
description = ""
authors = [
    {name = "Skanislav",email = "skas.merkushin@gmail.com"}
]
readme = "README.md"
requires-python = ">=3.11,<4.0"
dependencies = [
    "pandas (>=2.3.2,<3.0.0)",
    "requests (>=2.32.5,<3.0.0)",
    "tqdm (>=4.67.1,<5.0.0)",
    "web3 (==6)",
    "setuptools (>=80.9.0,<81.0.0)",
    "ijson (>=3.4.0,<4.0.0)",
    "gql[all] (>=4.0.0,<5.0.0)",
    "requests-toolbelt (>=1.0.0,<2.0.0)",
    "dune-client (>=1.7.10,<2.0.0)",
    "ipfshttpclient (>=0.7.0,<0.8.0)",
    "minio (>=7.2.16,<8.0.0)",
    "pyarrow (>=21.0.0,<22.0.0)",
    "fastparquet (>=2024.11.0,<2025.0.0)",
    "load-dotenv (>=0.1.0,<0.2.0)"
]


[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"