forked from localstack/localstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
55 lines (52 loc) · 1.73 KB
/
requirements.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
# (1) Lines annotated with "#extended-lib" are excluded
# from the dependencies when we build the pip package
# (2) Lines annotated with "#basic-lib" are included in the basic
# version of the pip package (i.e., for "pip install localstack").
# (3) The remaining dependencies (those without markers) are only included in
# the "full" version of the pip package (i.e., "pip install localstack[full]").
airspeed>=0.5.14
# Use our "ext" version until this bug is fixed: https://github.com/awslabs/amazon-kinesis-client-python/issues/99
amazon_kclpy-ext==1.5.1
# amazon-kclpy==1.5.1
aws-sam-translator>=1.15.1
awscli>=1.14.18
boto>=2.49.0
boto3>=1.14.33 #basic-lib
botocore>=1.12.13
cachetools>=3.1.1,<4.0.0
cbor2>=5.2.0
# coverage version should be synced with bin/Dockerfile.base
coverage>=5.5
coveralls==3.1.0
crontab>=0.22.6
# pin version to avoid Rust build issues: https://github.com/pyca/cryptography/issues/5771
cryptography<3.4
Cython #extended-lib
dnspython==1.16.0 #basic-lib
docopt>=0.6.2 #basic-lib
elasticsearch>=7.0.0,<8.0.0
flake8>=3.6.0 #extended-lib
flake8-quotes>=0.11.0 #extended-lib
flask>=1.0.2
flask-cors>=3.0.3,<3.1.0
flask_swagger==0.2.12
forbiddenfruit==0.1.3
jsondiff>=1.2.0
jsonpatch>=1.24,<2.0
jsonpath-rw>=1.4.0,<2.0.0
localstack-ext[full]>=0.12.9.30
localstack-ext>=0.12.9.30 #basic-lib
localstack-client>=1.20 #basic-lib
moto-ext[all]>=2.0.3.23
psutil>=5.4.8,<6.0.0
pympler>=0.6
pyopenssl==17.5.0
pytest==6.2.4
pytest-rerunfailures==10.0
pyyaml>=5.1 #basic-lib
Quart>=0.6.15
requests>=2.20.0 #basic-lib
requests-aws4auth==0.9
sasl>=0.2.1
six>=1.12.0 #basic-lib
xmltodict>=0.11.0