blob: 14b0adcdce4cbbb5ef7ec2e78ac9b06bacb8a40b (
plain) (
blame)
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
|
# Generated by devtools/yamaker (pypi).
PY2_LIBRARY()
VERSION(2.27.1)
LICENSE(Apache-2.0)
PEERDIR(
contrib/python/certifi
contrib/python/chardet
contrib/python/idna
contrib/python/urllib3
)
NO_LINT()
PY_SRCS(
TOP_LEVEL
requests/__init__.py
requests/__version__.py
requests/_internal_utils.py
requests/adapters.py
requests/api.py
requests/auth.py
requests/certs.py
requests/compat.py
requests/cookies.py
requests/exceptions.py
requests/help.py
requests/hooks.py
requests/models.py
requests/packages.py
requests/sessions.py
requests/status_codes.py
requests/structures.py
requests/utils.py
)
RESOURCE_FILES(
PREFIX contrib/python/requests/py2/
.dist-info/METADATA
.dist-info/top_level.txt
)
END()
|