forked from localstack/localstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
135 lines (125 loc) · 4.06 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
129
130
131
132
133
134
135
[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 = [email protected]
license = Apache License 2.0
classifiers =
Programming Language :: Python :: 3.11
License :: OSI Approved :: Apache Software License
Topic :: Internet
Topic :: Software Development :: Testing
Topic :: System :: Emulators
[options]
python_requires = >=3.8
zip_safe = False
test_suite = tests
scripts =
bin/localstack
bin/localstack.bat
bin/localstack-supervisor
packages=find:
# dependencies that are required for the cli (via pip install localstack)
install_requires =
click>=7.0
cachetools>=5.0
cryptography
dill==0.3.6
dnslib>=0.9.10
dnspython>=1.16.0
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
tailer>=0.4.1
[options.packages.find]
exclude =
tests
tests.*
[options.package_data]
* =
*.md
Makefile
localstack =
aws/**/*.json
services/**/*.html
services/**/resource_providers/*.schema.json
utils/kinesis/java/cloud/localstack/*.*
[options.extras_require]
# minimal required to actually run localstack on the host for services natively implemented in python
base-runtime =
awscrt>=0.13.14
boto3>=1.26.121
botocore>=1.32.2,<1.32.6
cbor2>=5.2.0
dnspython>=1.16.0
# TODO tag incompatibility introduced in 7.0.0 with https://github.com/docker/docker-py/pull/3191
docker>=6.1.1,<7.0.0
jsonpatch>=1.24,<2.0
hypercorn>=0.14.4
pyopenssl>=23.0.0
readerwriterlock>=1.0.7
requests-aws4auth>=1.0
# explicitly set urllib3 to force its usage / ensure compatibility
urllib3>=2.0.7
Werkzeug>=3.0.0
xmltodict>=0.13.0
# TODO: remove those 2 dependencies
flask>=3.0.0
Quart>=0.19.2
# required to actually run localstack on the host
runtime =
%(base-runtime)s
airspeed-ext>=0.6.3
amazon_kclpy>=2.0.6,!=2.1.0
antlr4-python3-runtime==4.13.1
apispec>=5.1.1
aws-sam-translator>=1.15.1
awscli>=1.22.90
crontab>=0.22.6
json5==0.9.11
jsonpath-ng==1.5.3
jsonpath-rw>=1.4.0,<2.0.0
# to be removed when https://github.com/python-openapi/openapi-schema-validator/issues/131 is resolved
jsonschema<=4.19.0
moto-ext[all]==4.2.11.post1
opensearch-py>=2.4.1
pymongo>=4.2.0
pyopenssl>=23.0.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>=6.4.1
jsonpath-ng>=1.5.3
pluggy>=1.3.0
pytest==7.4.2
pytest-split>=0.8.0
pytest-httpserver>=1.0.1
pytest-rerunfailures==12.0
pytest-tinybird>=0.2.0
aws-cdk-lib>=2.88.0
websocket-client>=1.7.0
# for developing localstack
dev =
black==23.10.0
coveralls>=3.3.1
Cython
networkx>=2.8.4
pandoc
pre-commit==3.5.0
pypandoc
ruff==0.1.0
rstr>=3.2.0
# not strictly necessary for development, but provides type hint support for a better developer experience
typehint =
boto3-stubs[acm,amplify,apigateway,apigatewayv2,appconfig,appsync,athena,autoscaling,backup,batch,ce,cloudcontrol,cloudformation,cloudfront,cloudtrail,cloudwatch,codecommit,cognito-identity,cognito-idp,dms,docdb,dynamodb,dynamodbstreams,ec2,ecr,ecs,efs,eks,elasticache,elasticbeanstalk,elbv2,emr,emr-serverless,es,events,firehose,fis,glacier,glue,iam,iot,iot-data,iotanalytics,iotwireless,kafka,kinesis,kinesisanalytics,kinesisanalyticsv2,kms,lakeformation,lambda,logs,mediaconvert,mediastore,mq,mwaa,neptune,opensearch,organizations,pi,qldb,qldb-session,rds,rds-data,redshift,redshift-data,resource-groups,resourcegroupstaggingapi,route53,route53resolver,s3,s3control,sagemaker,sagemaker-runtime,secretsmanager,serverlessrepo,servicediscovery,ses,sesv2,sns,sqs,ssm,stepfunctions,sts,timestream-query,timestream-write,transcribe,xray]