-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathrequirements.txt
More file actions
50 lines (50 loc) · 966 Bytes
/
requirements.txt
File metadata and controls
50 lines (50 loc) · 966 Bytes
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
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile
#
certifi==2023.7.22
# via requests
charset-normalizer==3.2.0
# via requests
cytoolz==0.12.2
# via eth-utils
eth-abi==4.2.1
# via cartesi (pyproject.toml)
eth-hash==0.5.2
# via eth-utils
eth-typing==3.5.2
# via
# eth-abi
# eth-utils
eth-utils==2.3.1
# via eth-abi
idna==3.4
# via requests
iniconfig==2.0.0
# via pytest
packaging==23.1
# via pytest
parsimonious==0.9.0
# via eth-abi
pluggy==1.2.0
# via pytest
pycryptodome==3.19.0
# via cartesi (pyproject.toml)
pydantic==1.10.12
# via cartesi (pyproject.toml)
pytest==7.4.0
# via cartesi (pyproject.toml)
regex==2023.10.3
# via parsimonious
requests==2.31.0
# via cartesi (pyproject.toml)
toolz==0.12.0
# via cytoolz
typing-extensions==4.7.1
# via
# eth-typing
# pydantic
urllib3==2.0.4
# via requests