-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
47 lines (41 loc) · 887 Bytes
/
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
[metadata]
name = wordpress-ecs-rds-cdk
version = 0.1.0
url = https://github.com/localstack-samples/wordpress-ecs-rds-cdk
author = LocalStack Contributors
author_email = [email protected]
description = Wordpress deployed using ECS and RDS
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8
[options]
test_suite = tests
packages=find:
[options.packages.find]
exclude =
tests
lambdas
deployments
[options.extras_require]
dev =
black==22.3.0
flake8>=3.6.0
flake8-black==0.3.2
flake8-isort>=4.0.0
flake8-quotes>=0.11.0
pre-commit==2.13.0
pyproject-flake8
isort==5.9.1
pytest>=8.3
awscli
boto3
awscli-local
%(deploy)s
deploy =
aws-cdk-lib==2.139.1
constructs>=10.0.0,<11.0.0
test =
boto3 >=1.34
pytest>=8.3
requests>=2.3
[options.package_data]
* = *.md