-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements_dev.txt
115 lines (115 loc) · 2.3 KB
/
requirements_dev.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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
aiohttp==3.9.0
aiosignal==1.3.1
annotated-types==0.6.0
arrow==1.3.0
async-generator==1.10
async-timeout==4.0.3
attrs==23.1.0
aws-lambda-builders==1.42.0
# しばらく使わないのでコメントアウトする。AWS-SAMは長期休暇で行う
# aws-sam-cli==1.103.0
# aws-sam-translator==1.80.0
beautifulsoup4==4.12.2
binaryornot==0.4.4
blinker==1.7.0
boto3==1.29.6
boto3-stubs==1.29.6
botocore==1.32.6
botocore-stubs==1.32.6
bs4==0.0.1
certifi==2023.11.17
cffi==1.16.0
cfn-lint==0.83.3
chardet==5.2.0
charset-normalizer==3.3.2
chevron==0.14.0
click==8.1.7
cookiecutter==2.4.0
cryptography==41.0.5
dateparser==1.2.0
distlib==0.3.7
docker==6.1.3
filelock==3.13.1
Flask==3.0.0
frozenlist==1.4.0
h11==0.14.0
idna==3.6
itsdangerous==2.1.2
Jinja2==3.1.2
jmespath==1.0.1
jschema-to-python==1.2.3
jsonpatch==1.33
jsonpickle==3.0.2
jsonpointer==2.4
jsonschema==4.20.0
jsonschema-specifications==2023.11.1
junit-xml==1.9
lambda-uploader==1.3.0
# pip install git+https://github.com/rackerlabs/lambda-uploader.git@v1.3.1
markdown-it-py==3.0.0
MarkupSafe==2.1.3
mdurl==0.1.2
mpmath==1.3.0
multidict==6.0.4
mypy-boto3-apigateway==1.29.0
mypy-boto3-cloudformation==1.29.3
mypy-boto3-ecr==1.29.3
mypy-boto3-iam==1.29.0
mypy-boto3-kinesis==1.29.6
mypy-boto3-lambda==1.29.2
mypy-boto3-s3==1.29.5
mypy-boto3-schemas==1.29.0
mypy-boto3-secretsmanager==1.29.0
mypy-boto3-signer==1.29.0
mypy-boto3-sqs==1.29.0
mypy-boto3-stepfunctions==1.29.0
mypy-boto3-sts==1.29.3
mypy-boto3-xray==1.29.0
networkx==3.2.1
outcome==1.3.0.post0
packaging==23.2
pbr==6.0.0
platformdirs==4.0.0
pycparser==2.21
pydantic==2.5.2
pydantic_core==2.14.5
Pygments==2.17.2
pyOpenSSL==23.3.0
pyrsistent==0.20.0
PySocks==1.7.1
python-dateutil==2.8.2
python-lambda-local==0.1.13
python-slugify==8.0.1
pytz==2023.3.post1
PyYAML==6.0.1
referencing==0.31.0
regex==2023.10.3
requests==2.31.0
rich==13.7.0
rpds-py==0.13.1
ruamel.yaml==0.18.5
ruamel.yaml.clib==0.2.8
s3transfer==0.7.0
sarif-om==1.0.4
selenium==4.15.2
six==1.16.0
sniffio==1.3.0
sortedcontainers==2.4.0
soupsieve==2.5
sympy==1.12
text-unidecode==1.3
tomlkit==0.12.3
trio==0.23.1
trio-websocket==0.11.1
types-awscrt==0.19.13
types-python-dateutil==2.8.19.14
types-s3transfer==0.7.0
typing_extensions==4.8.0
tzlocal==5.2
urllib3==1.26.18
virtualenv==20.24.7
watchdog==3.0.0
websocket-client==1.6.4
Werkzeug==3.0.1
wsproto==1.2.0
yarl==1.9.3