-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrequirements.txt
64 lines (64 loc) · 4.14 KB
/
requirements.txt
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
52
53
54
55
56
57
58
59
60
61
62
63
64
aiohttp==3.8.3; python_version >= "3.6"
aioredis==2.0.1; python_version >= "3.6"
aiosignal==1.3.1; python_version >= "3.7"
anyio==3.6.2; python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.6.2"
apischema==0.17.5; python_version >= "3.7" and python_version < "4.0"
async-timeout==4.0.2; python_version >= "3.6"
attrs==22.1.0; python_version >= "3.7" and python_version < "4.0"
base58==2.1.1; python_version >= "3.5"
based58==0.1.1; python_version >= "3.7" and python_version < "4.0"
blacksheep==1.2.8
cachetools==4.2.4; python_version >= "3.7" and python_version < "4.0"
cchardet==2.1.7; python_version < "3.11"
certifi==2022.9.24; python_version >= "3.7" and python_version < "4.0"
cffi==1.15.1; python_version >= "3.6"
chardet==5.0.0; python_version > "3.10"
charset-normalizer==2.1.1; python_full_version >= "3.6.0" and python_version >= "3.7" and python_version < "4"
click==8.1.3; python_version >= "3.7"
colorama==0.4.6; python_version >= "3.7" and python_full_version < "3.0.0" and platform_system == "Windows" or platform_system == "Windows" and python_version >= "3.7" and python_full_version >= "3.7.0"
construct-typing==0.5.3; python_version >= "3.7" and python_version < "4.0"
construct==2.10.68; python_version >= "3.7" and python_version < "4.0"
cryptography==37.0.4; python_version >= "3.6"
dnspython==2.2.1; python_version >= "3.6" and python_version < "4.0" and (python_version >= "3.7" and python_full_version < "3.0.0" or python_version >= "3.7" and python_full_version >= "3.5.0")
email-validator==1.3.0; python_version >= "3.7" and python_full_version < "3.0.0" or python_version >= "3.7" and python_full_version >= "3.5.0"
essentials-openapi==0.1.6
essentials==1.1.5
frozenlist==1.3.3; python_version >= "3.7"
guardpost==0.0.9
h11==0.14.0; python_version >= "3.7" and python_version < "4.0"
httpcore==0.16.2; python_version >= "3.7" and python_version < "4.0"
httptools==0.5.0; python_full_version >= "3.5.0"
httpx==0.23.1; python_version >= "3.7" and python_version < "4.0"
idna==3.4; python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.6.2"
itsdangerous==2.1.2; python_version >= "3.7"
jinja2==3.1.2; python_version >= "3.7"
jsonrpcclient==4.0.2; python_version >= "3.7" and python_version < "4.0"
jsonrpcserver==5.0.9; python_version >= "3.7" and python_version < "4.0"
jsonschema==4.17.3; python_version >= "3.7" and python_version < "4.0"
markupsafe==2.1.1; python_version >= "3.7"
multidict==6.0.2; python_version >= "3.7"
orjson==3.8.2; python_version >= "3.7"
oslash==0.6.3; python_version >= "3.7" and python_version < "4.0"
pycparser==2.21; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6"
pydantic==1.10.2; python_version >= "3.7"
pynacl==1.5.0; python_version >= "3.6"
pyrsistent==0.19.2; python_version >= "3.7" and python_version < "4.0"
python-dateutil==2.8.2; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0"
python-dotenv==0.21.0; python_version >= "3.7"
pytz==2022.6
pyyaml==5.4.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0"
requests==2.28.1; python_version >= "3.7" and python_version < "4"
rfc3986==1.5.0; python_version >= "3.7" and python_version < "4.0"
rodi==1.1.3
six==1.16.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0"
sniffio==1.3.0; python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.6.2"
solana==0.25.1; python_version >= "3.7" and python_version < "4.0"
solders==0.2.0; python_version >= "3.7" and python_version < "4.0"
types-cachetools==4.2.10; python_version >= "3.7" and python_version < "4.0"
typing-extensions==4.4.0; python_version >= "3.7" and python_version < "4.0"
urllib3==1.26.13; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4" or python_version >= "3.7" and python_version < "4" and python_full_version >= "3.6.0"
uvicorn==0.18.3; python_version >= "3.7"
uvloop==0.16.0; python_version >= "3.7"
websockets==10.4; python_version >= "3.7" and python_version < "4.0"
xxhash==3.1.0; python_version >= "3.6"
yarl==1.8.1; python_version >= "3.7"