forked from cloud-custodian/cloud-custodian
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements-dev.txt
39 lines (33 loc) · 861 Bytes
/
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
33
34
35
36
37
38
39
-r requirements.txt
# Test & lint packages
coverage==4.5.3
mock==3.0.5
placebo==0.9.0
flake8==3.7.7
pytest==4.5.0
pytest-xdist==1.28.0
pytest-cov==2.7.1
twine==1.13.0
tox==3.12.1
six >= 1.12.0
# Optional feature testing in c7n
psutil==5.6.2
aws_xray_sdk==2.4.2
-r tools/c7n_mailer/requirements.txt
-r tools/c7n_azure/requirements.txt
-r tools/c7n_gcp/requirements.txt
-r tools/c7n_kube/requirements.txt
# Specific to testing mailer
fakeredis==1.0.3
# 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_org tests
-e tools/c7n_org
# requires pandoc, fails on ci server, only used for pypi metadata
# setuptools-markdown==0.2