forked from localstack/localstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
87 lines (83 loc) · 2.12 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
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
# dependencies are grouped into blocks that define in which extra they belong to. for example, all requirements below
# the line `# extra=runtime`, can be installed with `pip install -e ".[runtime]"`
#
# install: dependencies that are required for the cli (via pip install localstack)
# runtime: required to actually run localstack on the host
# test: for running tests and coverage analysis
# dev: for developing localstack
# extra=install
boto3>=1.20
click>=7.0
# dataclasses needed for python3.6 compat
dataclasses; python_version < '3.7'
#dnspython==1.16.0
#docopt>=0.6.2
docker==5.0.0
localstack-client>=1.28
localstack-ext>=0.13.0.11
localstack-plugin-loader>=0.1.0
psutil>=5.4.8,<6.0.0
python-dotenv>=0.19.1
pyyaml>=5.1
rich>=10.7.0
requests>=2.20.0,<2.26
semver>=2.10
# TODO: "six" dependency still needed?
six>=1.12.0
stevedore>=3.4.0
# needed for python3.7 compat (TypedDict, Literal, type hints)
typing-extensions; python_version < '3.8'
tailer>=0.4.1
# extra=runtime
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
botocore>=1.12.13
cachetools>=3.1.1,<4.0.0
cbor2>=5.2.0
crontab>=0.22.6
cryptography
elasticsearch>=7.0.0,<7.14.0
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.13.0.11
moto-ext[all]>=2.2.7.1
pproxy>=2.7.0
#pympler>=0.6
pyopenssl>=21.0.0
Quart>=0.6.15
readerwriterlock>=1.0.7
requests-aws4auth==0.9
#sasl>=0.2.1
Werkzeug>=2.0
xmltodict>=0.11.0
# extra=test
# these requirements are used for testing, also during docker build
pytest==6.2.4
pytest-httpserver>=1.0.1
pytest-rerunfailures==10.0
# coverage version should be synced with bin/Dockerfile.base
coverage[toml]>=5.5
# extra=dev
black==21.6b0
coveralls==3.1.0
Cython
flake8>=3.6.0
flake8-black>=0.2.1
flake8-isort>=4.0.0
flake8-quotes>=0.11.0
# enables flake8 configuration through pyproject.toml
pre-commit==2.13.0
pyproject-flake8
isort==5.9.1
pandoc
pypandoc