forked from buildbot/buildbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements-ci.txt
98 lines (98 loc) · 1.62 KB
/
requirements-ci.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
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
alabaster==0.7.10
appdirs==1.4.3
asn1crypto==0.23.0
astroid==1.5.3
attrs==17.2.0
autobahn==17.9.3
Automat==0.6.0
Babel==2.5.1
backports.functools-lru-cache==1.4
blockdiag==1.5.3
boto==2.48.0
boto3==1.4.7
botocore==1.7.33
cffi==1.11.2
click==6.7
configparser==3.5.0
constantly==15.1.0
cookies==2.2.1
cryptography==2.1.1
decorator==4.1.2
dicttoxml==1.7.4
docutils==0.14
enum34==1.1.6
flake8==3.5.0
funcparserlib==0.3.6
funcsigs==1.0.2
future==0.16.0
futures==3.1.1
idna==2.6
imagesize==0.7.1
incremental==17.5.0
ipaddress==1.0.18
isort==4.2.15
Jinja2==2.9.6
jmespath==0.9.3
jsonref==0.1
lazy-object-proxy==1.3.1
lz4==0.10.1
markdown2==2.3.4
MarkupSafe==1.0
mccabe==0.6.1
mock==2.0.0
moto==1.1.23
olefile==0.44
packaging==16.8
pathlib2==2.3.0
pbr==3.1.1
pep8==1.7.0
Pillow==4.3.0
pyaml==17.10.0
pyasn1==0.3.7
pyasn1-modules==0.1.5
pycodestyle==2.3.1
pycparser==2.18
pyenchant==1.6.11
pyflakes==1.6.0
pyjade==4.0.0
PyJWT==1.5.3
pylint==1.7.4
pyOpenSSL==17.3.0
pyparsing==2.2.0
python-dateutil==2.6.1
pytz==2017.2
PyYAML==3.12
ramlfications==0.1.9
requests==2.18.4
s3transfer==0.1.11
scandir==1.6
service-identity==17.0.0
setuptools-trial==0.6.0
singledispatch==3.4.0.3
six==1.11.0
snowballstemmer==1.2.1
SQLAlchemy==1.1.14
sqlalchemy-migrate==0.11.0
sqlparse==0.2.4
Tempita==0.5.2
termcolor==1.1.0
toml==0.9.3.1
towncrier==17.8.0
treq==17.8.0
Twisted==17.9.0
txaio==2.8.2
txgithub==15.0.0
txrequests==0.9.5
typing==3.6.2
webcolors==1.7
Werkzeug==0.12.2
wrapt==1.10.11
xmltodict==0.11.0
zope.interface==4.4.3
coverage==4.4.1
codecov==2.0.9
-e master
-e worker
-e pkg
# we install buildbot www from pypi to avoid the slow nodejs build at each test
buildbot-www==0.9.12