forked from localstack/localstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
128 lines (120 loc) · 3 KB
/
setup.cfg
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
116
117
118
119
120
121
122
123
124
125
126
127
128
[metadata]
name = localstack-core
description = The core library and runtime of LocalStack
url = https://github.com/localstack/localstack
version = attr: localstack.__version__
author = LocalStack Contributors
author_email = info@localstack.cloud
license = Apache License 2.0
classifiers =
Programming Language :: Python :: 3.10
License :: OSI Approved :: Apache Software License
Topic :: Internet
Topic :: Software Development :: Testing
Topic :: System :: Emulators
[options]
zip_safe = False
test_suite = tests
scripts =
bin/localstack
bin/localstack.bat
packages=find:
# dependencies that are required for the cli (via pip install localstack)
install_requires =
boto3>=1.25.0
click>=7.0
cachetools~=5.0.0
cryptography
dill==0.3.2
dnspython>=1.16.0
localstack-client>=1.37
plux>=1.3.1
psutil>=5.4.8,<6.0.0
python-dotenv>=0.19.1
pyyaml>=5.1
rich>=12.3.0
requests>=2.20.0
semver>=2.10
stevedore>=3.4.0
# needed for python3.7 compat of stevedore
importlib-metadata<5.0; python_version < '3.8'
# needed for python3.7 compat (TypedDict, Literal, type hints)
typing-extensions; python_version < '3.8'
tailer>=0.4.1
apispec>=5.1.1
[options.packages.find]
exclude =
tests
tests.*
[options.package_data]
* =
*.md
Makefile
localstack =
utils/kinesis/java/cloud/localstack/*.*
[options.extras_require]
# required to actually run localstack on the host
runtime =
airspeed==0.5.19
# TODO: check amazon_kclpy pin once build failure in 2.1.0 has been fixed
amazon_kclpy>=2.0.6,<2.1.0
antlr4-python3-runtime==4.11.1
aws-sam-translator>=1.15.1
awscli>=1.22.90
awscrt>=0.13.14
boto>=2.49.0
botocore>=1.28.0
cbor2>=5.2.0
crontab>=0.22.6
dnslib>=0.9.10
dnspython>=1.16.0
docker==6.0.1
flask==2.1.3
flask-cors>=3.0.3,<3.1.0
flask_swagger==0.2.12
hypercorn==0.14.2
json5==0.9.11
jsonpatch>=1.24,<2.0
jsonpath-rw>=1.4.0,<2.0.0
moto-ext[all]==4.1.1.post3
opensearch-py==2.1.1
pproxy>=2.7.0
pymongo>=4.2.0
pyopenssl>=23.0.0
Quart==0.17
readerwriterlock>=1.0.7
requests-aws4auth>=1.0
vosk==0.3.43
# TODO: remove werkzeug&flask version pins once we can upgrade to latest versions
Werkzeug==2.1.2
xmltodict>=0.11.0
# @deprecated - use extra 'runtime' instead.
full =
%(runtime)s
# for running tests and coverage analysis
test =
# coverage version should be synced with bin/Dockerfile.base
coverage[toml]>=5.5
deepdiff>=5.5.0
jsonpath-ng>=1.5.3
pytest==6.2.4
pytest-httpserver>=1.0.1
pytest-rerunfailures==10.0
# for developing localstack
dev =
autoflake
black==22.3.0
coveralls>=3.3.1
Cython
flake8-black>=0.3.6
flake8-isort>=6.0.0
flake8-quotes>=3.3.2
flake8>=6.0.0
isort==5.12.0
networkx>=2.8.4
pandoc
pre-commit==2.13.0
pypandoc
# enables flake8 configuration through pyproject.toml
pyproject-flake8>=6.0.0.post1
rstr>=3.2.0