forked from lablup/backend.ai
-
Notifications
You must be signed in to change notification settings - Fork 0
/
BUILD
30 lines (30 loc) · 1007 Bytes
/
BUILD
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
python_requirements(
name="reqs",
source="requirements.txt",
module_mapping={
"aiodataloader-ng": ["aiodataloader"],
"aiomonitor-ng": ["aiomonitor"],
"attrs": ["attr", "attrs"],
"aiohttp-session": ["aiohttp_session"],
"pycryptodome": ["Crypto"],
"python-dateutil": ["dateutil"],
"python-json-logger": ["pythonjsonlogger"],
"python-snappy": ["snappy"],
"pyzmq": ["zmq"],
"PyYAML": ["yaml"],
"typing-extensions": ["typing_extensions"],
"more-itertools": ["more_itertools"],
"zipstream-new": ["zipstream"],
},
type_stubs_module_mapping={
"types-aiofiles": ["aiofiles"],
"types-click": ["click"],
"types-cachetools": ["cachetools"],
"types-Jinja2": ["Jinja2"],
"types-PyYAML": ["yaml"],
"types-python-dateutil": ["dateutil"],
"types-redis": ["redis"],
"types-six": ["six"],
"types-tabulate": ["tabulate"],
},
)