-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements_dev.txt
102 lines (102 loc) · 1.88 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
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile requirements_dev.in
#
boto3==1.35.29
# via moto
boto3-stubs==1.35.34
# via -r requirements_dev.in
botocore==1.35.29
# via
# boto3
# moto
# s3transfer
botocore-stubs==1.35.34
# via boto3-stubs
certifi==2024.8.30
# via requests
cffi==1.17.1
# via cryptography
charset-normalizer==3.3.2
# via requests
cryptography==43.0.1
# via moto
faker==30.0.0
# via -r requirements_dev.in
idna==3.10
# via requests
iniconfig==2.0.0
# via pytest
jinja2==3.1.4
# via moto
jmespath==1.0.1
# via
# boto3
# botocore
markupsafe==2.1.5
# via
# jinja2
# werkzeug
moto==5.0.16
# via -r requirements_dev.in
mypy==1.11.2
# via -r requirements_dev.in
mypy-extensions==1.0.0
# via mypy
numpy==2.1.2
# via pandas-stubs
packaging==24.1
# via pytest
pandas-stubs==2.2.2.240909
# via -r requirements_dev.in
pluggy==1.5.0
# via pytest
pycparser==2.22
# via cffi
pytest==8.3.3
# via
# -r requirements_dev.in
# pytest-asyncio
pytest-asyncio==0.24.0
# via -r requirements_dev.in
python-dateutil==2.9.0.post0
# via
# botocore
# faker
# moto
pyyaml==6.0.2
# via responses
requests==2.32.3
# via
# moto
# responses
responses==0.25.3
# via moto
s3transfer==0.10.2
# via boto3
six==1.16.0
# via python-dateutil
types-awscrt==0.22.0
# via botocore-stubs
types-pytz==2024.2.0.20241003
# via pandas-stubs
types-requests==2.32.0.20240914
# via -r requirements_dev.in
types-s3transfer==0.10.2
# via boto3-stubs
typing-extensions==4.12.2
# via
# boto3-stubs
# mypy
urllib3==2.2.3
# via
# botocore
# requests
# responses
# types-requests
werkzeug==3.0.4
# via moto
xmltodict==0.13.0
# via moto