forked from aws/chalice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements-test.txt
79 lines (79 loc) · 1.54 KB
/
requirements-test.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
#
# This file is autogenerated by pip-compile with Python 3.7
# by the following command:
#
# pip-compile --output-file=requirements-test.txt --resolver=backtracking requirements-test.in
#
attrs==21.4.0
# via
# -r requirements-test.in
# hypothesis
# pytest
boto3==1.26.70
# via -r requirements-test.in
botocore==1.29.70
# via
# boto3
# s3transfer
certifi==2022.12.7
# via requests
charset-normalizer==3.0.1
# via requests
coverage[toml]==7.1.0
# via
# -r requirements-test.in
# pytest-cov
exceptiongroup==1.1.0
# via
# hypothesis
# pytest
hypothesis==6.68.1
# via -r requirements-test.in
idna==3.4
# via requests
importlib-metadata==6.0.0
# via
# pluggy
# pytest
iniconfig==2.0.0
# via pytest
jmespath==1.0.1
# via
# boto3
# botocore
mock==5.0.1
# via -r requirements-test.in
packaging==23.0
# via pytest
pluggy==1.0.0
# via pytest
pytest==7.2.1
# via
# -r requirements-test.in
# pytest-cov
pytest-cov==4.0.0
# via -r requirements-test.in
python-dateutil==2.8.2
# via botocore
requests==2.28.2
# via -r requirements-test.in
s3transfer==0.6.0
# via boto3
six==1.16.0
# via python-dateutil
sortedcontainers==2.4.0
# via hypothesis
tomli==2.0.1
# via
# coverage
# pytest
typing-extensions==4.4.0
# via importlib-metadata
urllib3==1.26.14
# via
# botocore
# requests
websocket-client==1.5.1
# via -r requirements-test.in
zipp==3.13.0
# via importlib-metadata