forked from cloud-custodian/cloud-custodian
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements-dev.txt
40 lines (34 loc) · 863 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
40
-r requirements.txt
# Test & lint packages
coverage==4.5.4
mock==3.0.5
placebo==0.9.0
flake8==3.7.9
pytest
pytest-xdist
pytest-cov==2.8.1
twine
tox==3.14.1
six >= 1.12.0
# Optional feature testing in c7n
psutil==5.6.6
aws_xray_sdk==2.4.2
importlib_metadata==0.23
-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.4
# 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