aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/requests/py3/ya.make
blob: 50a6f84bdc0112d7732dbb9f93af7b6ef44cde8f (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).

PY3_LIBRARY()

VERSION(2.31.0)

LICENSE(Apache-2.0)

PEERDIR(
    contrib/python/certifi
    contrib/python/charset-normalizer
    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/py3/
    .dist-info/METADATA
    .dist-info/top_level.txt
)

END()