forked from buildbot/buildbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements-ci.txt
97 lines (97 loc) · 1.68 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
alabaster==0.7.11
appdirs==1.4.3
asn1crypto==0.24.0
astroid==2.0.4; python_version >= "3.4"
attrs==18.2.0
autobahn==18.9.1
Automat==0.7.0
Babel==2.6.0
backports.functools-lru-cache==1.5
blockdiag==1.5.4
boto==2.49.0
boto3==1.8.6
botocore==1.10.65
cffi==1.11.5
click==6.7
configparser==3.5.0
constantly==15.1.0
cookies==2.2.1
cryptography==2.3.1
decorator==4.2.1
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.2.0; python_version == "2.7"
idna==2.7
imagesize==1.1.0
incremental==17.5.0
ipaddress==1.0.21
isort==4.3.4
Jinja2==2.10
jmespath==0.9.3
jsonref==0.1
lazy-object-proxy==1.3.1
lz4==2.1.0
markdown2==2.3.5
MarkupSafe==1.0
mccabe==0.6.1
mock==2.0.0
moto==1.3.5
olefile==0.45.1
packaging==17.1
pathlib2==2.3.2
pbr==4.2.0
pep8==1.7.1
Pillow==5.2.0
pyaml==17.12.1
pyasn1==0.4.4
pyasn1-modules==0.2.2
pycodestyle==2.3.1
pycparser==2.18
pyenchant==2.0.0
pyflakes==2.0.0
pyinstaller==3.3.1
pyjade==4.0.0
PyJWT==1.6.4
pylint==2.1.1; python_version >= "3.4"
pyOpenSSL==18.0.0
pyparsing==2.2.0
python-dateutil==2.7.3
pytz==2018.5
PyYAML==3.13
requests==2.19.1
s3transfer==0.1.13
scandir==1.9.0
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.2.11
sqlalchemy-migrate==0.11.0
sqlparse==0.2.4
Tempita==0.5.2
termcolor==1.1.0
toml==0.9.4
towncrier==18.5.0
treq==18.6.0
Twisted==18.7.0
txaio==18.8.1
txrequests==0.9.6
typing==3.6.6
webcolors==1.8.1
Werkzeug==0.14.1
wrapt==1.10.11
xmltodict==0.11.0
zope.interface==4.5.0
coverage==4.5.1
codecov==2.0.15
-e master
-e worker
-e pkg
# we install buildbot www from pypi to avoid the slow nodejs build at each test
buildbot-www==1.4.0