forked from localstack/localstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
47 lines (44 loc) · 1.43 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
# (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.10
# 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.9.71 #basic-lib
botocore>=1.12.13
cachetools==3.1.1
coverage==4.5.4
dnspython==1.16.0 #basic-lib
docopt>=0.6.2 #basic-lib
elasticsearch>=6.0.0,<7.0.0
flake8>=3.6.0 #extended-lib
flake8-quotes>=0.11.0 #extended-lib
flask==1.0.2
flask-cors==3.0.3
flask_swagger==0.2.12
forbiddenfruit==0.1.3
jsonpatch==1.24
jsonpath-rw==1.4.0
localstack-ext[full]>=0.10.51
localstack-ext>=0.10.51 #basic-lib
localstack-client>=0.14 #basic-lib
moto-ext>=1.3.15.3
nose>=1.3.7
nose-timer>=0.7.5
psutil==5.4.8
pympler>=0.6
pyopenssl==17.5.0
python-coveralls>=2.9.1
pyyaml>=3.13,<=5.1
requests>=2.20.0 #basic-lib
requests-aws4auth==0.9
six>=1.12.0 #basic-lib
subprocess32==3.5.4 #basic-lib
xmltodict>=0.11.0