forked from buildbot/buildbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements-ci.txt
95 lines (95 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
alabaster==0.7.12
appdirs==1.4.3
asn1crypto==0.24.0
astroid==2.1.0; python_version >= "3.4"
attrs==18.2.0
autobahn==19.1.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.9.91
botocore==1.12.91
cffi==1.11.5
click==7.0
configparser==3.7.1
constantly==15.1.0
cookies==2.2.1
cryptography==2.5
decorator==4.3.2
dicttoxml==1.7.4
docutils==0.14
enum34==1.1.6
flake8==3.7.5
funcparserlib==0.3.6
funcsigs==1.0.2
future==0.17.1
idna==2.8
imagesize==1.1.0
incremental==17.5.0
ipaddress==1.0.22
isort==4.3.4
Jinja2==2.10
jmespath==0.9.3
jsonref==0.2
lazy-object-proxy==1.3.1
lz4==2.1.6
markdown2==2.3.7
MarkupSafe==1.1.0
mccabe==0.6.1
mock==2.0.0
moto==1.3.7
olefile==0.46
packaging==19.0
pathlib2==2.3.3
pbr==5.1.2
pep8==1.7.1
Pillow==5.4.1
pyaml==18.11.0
pyasn1==0.4.5
pyasn1-modules==0.2.4
pycodestyle==2.5.0
pycparser==2.19
pyenchant==2.0.0
pyflakes==2.1.0
pyjade==4.0.0
PyJWT==1.7.1
pylint==2.2.2; python_version >= "3.4"
pyOpenSSL==19.0.0
pyparsing==2.3.1
python-dateutil==2.8.0
pytz==2018.9
PyYAML==3.13
requests==2.21.0
s3transfer==0.2.0
scandir==1.9.0
service-identity==18.1.0
setuptools-trial==0.6.0
singledispatch==3.4.0.3
six==1.12.0
snowballstemmer==1.2.1
SQLAlchemy==1.2.17
sqlalchemy-migrate==0.12.0
sqlparse==0.2.4
Tempita==0.5.2
termcolor==1.1.0
toml==0.10.0
towncrier==18.6.0
treq==18.6.0
Twisted==18.9.0
txaio==18.8.1
txrequests==0.9.6
typing==3.6.6
webcolors==1.8.1
Werkzeug==0.14.1
wrapt==1.11.1
xmltodict==0.11.0
zope.interface==4.6.0
coverage==4.5.2
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==2.0.1