Skanislav commited on
Commit
be10c73
·
1 Parent(s): e06d0af

chore: add poetry

Browse files
Files changed (3) hide show
  1. .python-version +1 -0
  2. poetry.lock +0 -0
  3. pyproject.toml +30 -0
.python-version ADDED
@@ -0,0 +1 @@
 
 
1
+ 3.11
poetry.lock ADDED
The diff for this file is too large to render. See raw diff
 
pyproject.toml ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [project]
2
+ name = "olas-predict-dataset"
3
+ version = "0.1.0"
4
+ description = ""
5
+ authors = [
6
+ {name = "Skanislav",email = "skas.merkushin@gmail.com"}
7
+ ]
8
+ readme = "README.md"
9
+ requires-python = ">=3.11,<4.0"
10
+ dependencies = [
11
+ "pandas (>=2.3.2,<3.0.0)",
12
+ "requests (>=2.32.5,<3.0.0)",
13
+ "tqdm (>=4.67.1,<5.0.0)",
14
+ "web3 (==6)",
15
+ "setuptools (>=80.9.0,<81.0.0)",
16
+ "ijson (>=3.4.0,<4.0.0)",
17
+ "gql[all] (>=4.0.0,<5.0.0)",
18
+ "requests-toolbelt (>=1.0.0,<2.0.0)",
19
+ "dune-client (>=1.7.10,<2.0.0)",
20
+ "ipfshttpclient (>=0.7.0,<0.8.0)",
21
+ "minio (>=7.2.16,<8.0.0)",
22
+ "pyarrow (>=21.0.0,<22.0.0)",
23
+ "fastparquet (>=2024.11.0,<2025.0.0)",
24
+ "load-dotenv (>=0.1.0,<0.2.0)"
25
+ ]
26
+
27
+
28
+ [build-system]
29
+ requires = ["poetry-core>=2.0.0,<3.0.0"]
30
+ build-backend = "poetry.core.masonry.api"