forked from cloud-custodian/cloud-custodian
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements-dev.txt
32 lines (29 loc) · 1.01 KB
/
requirements-dev.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
# Load all project requirements
# Note all of these are generated from poetry lock/projects via `make pkg-gen-requirements`
-r requirements.txt
-r tools/c7n_azure/requirements.txt
-r tools/c7n_gcp/requirements.txt
-r tools/c7n_kube/requirements.txt
-r tools/c7n_openstack/requirements.txt
-r tools/c7n_mailer/requirements.txt
-r tools/c7n_org/requirements.txt
-r tools/c7n_terraform/requirements.txt
# Setup source directories as editable/development distributions
-e .
# Local package required for c7n_mailer tests
-e tools/c7n_mailer
# Local package required for c7n_azure tests
-e tools/c7n_azure
# Local package required for c7n_gcp tests
-e tools/c7n_gcp
# Local package required for c7n_kube tests
-e tools/c7n_kube
# Local package required for c7n_openstack tests
-e tools/c7n_openstack
# Local package required for c7n_org tests
-e tools/c7n_org
# we don't export dev requirements of subpackages (due to editable/distribution above)
# so explicitly list them here..
vcrpy-unittest==0.1.7
parameterized==0.7.4
fakeredis==1.4.1