forked from lablup/backend.ai
-
Notifications
You must be signed in to change notification settings - Fork 3
/
requirements.txt
94 lines (91 loc) · 1.64 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
aiodataloader-ng~=0.2.1
aiodocker~=0.21.0
aiofiles~=0.8.0
aiohttp~=3.8.1
aiohttp_cors~=0.7
aiohttp_sse>=2.0
aiodns>=3.0
aiomonitor~=0.6.0
aioresponses>=0.7.3
aiosqlite~=0.17.0
aiotools~=1.7.0
aiotusclient~=0.1.4
alembic~=1.8.1
appdirs~=1.4.4
async_timeout~=4.0
asyncpg>=0.27.0
asynctest>=0.13.0
asyncudp>=0.4
attrs>=20.3
boto3~=1.26
cachetools~=5.2.0
callosum~=0.9.10
cattrs~=22.2.0
click>=7.1.2
coloredlogs~=15.0
colorama>=0.4.4
cryptography>=2.8
dataclasses-json~=0.5.7
etcetra==0.1.17
faker~=13.12.0
graphene~=2.1.9
hiredis~=2.2.3
humanize>=3.1.0
ifaddr~=0.2
inquirer~=2.9.2
janus~=1.0.0
Jinja2~=3.1.2
jupyter-client>=6.0
kubernetes~=10.0.0
kubernetes-asyncio~=9.1.0
lark~=1.1.5
more-itertools~=8.13.0
msgpack>=1.0.5rc1
multidict>=6.0
namedlist~=1.8
networkx~=2.8.7
passlib[bcrypt]>=1.7.4
pexpect~=4.8
psutil~=5.9.1
pycryptodome>=3.14.1
python-dateutil>=2.8
python-dotenv~=0.20.0
python-json-logger>=2.0.1
pyzmq~=24.0.1
PyJWT~=2.0
PyYAML~=6.0
packaging>=21.3
redis[hiredis]~=4.6.0
rich~=12.2
SQLAlchemy[postgresql_asyncpg]~=1.4.40
setproctitle~=1.3.2
tabulate~=0.8.9
temporenc~=0.1.0
tblib~=1.7
tenacity>=8.0
tomli~=2.0.1
tomlkit~=0.11.1
tqdm>=4.61
trafaret~=2.1
treelib==1.6.1
typeguard~=2.10
typing_extensions~=4.3
uvloop>=0.17; sys_platform != "Windows"
yarl~=1.8.2 # FIXME: revert to >=1.7 after aio-libs/yarl#862 is resolved
zipstream-new~=1.1.8
# required by ai.backend.test (integration test suite)
pytest>=7.3.1
pytest-dependency>=0.5.1
# type stubs
types-six
types-setuptools
types-python-dateutil
types-aiofiles
types-click
types-cachetools
types-Jinja2
types-PyYAML
types-redis
types-tabulate
backend.ai-krunner-alpine==5.1.0
backend.ai-krunner-static-gnu==4.1.0