forked from buildbot/buildbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements-ci.txt
98 lines (98 loc) · 1.79 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.12
appdirs==1.4.4
asn1crypto==1.5.1
astroid==2.11.4
attrs==21.4.0
autobahn==22.3.2
Automat==20.2.0
Babel==2.10.1
backports.functools-lru-cache==1.6.4
boto==2.49.0
boto3==1.18.1
botocore==1.21.1
cffi==1.15.0
click==8.1.3
configparser==5.2.0
constantly==15.1.0
cookies==2.2.1
cryptography==3.4.7
decorator==5.1.1
dicttoxml==1.7.4
docker==5.0.3
docutils==0.17.1
flake8==4.0.1
funcsigs==1.0.2
future==0.18.2
graphql-core==3.2.1
hvac==0.10.11
idna==2.10 # pyup: ignore (conflicts with moto on master)
imagesize==1.3.0
incremental==21.3.0
ipaddress==1.0.23
isort==4.3.21 # pyup: ignore (until https://github.com/PyCQA/pylint/pull/3725 is merged)
Jinja2==3.1.2
jmespath==0.10.0
jsonref==0.2
lazy-object-proxy==1.4.1 # pyup: ignore (required by astroid)
ldap3==2.9.1
lz4==4.0.0
markdown2==2.4.3
MarkupSafe==2.1.1
mccabe==0.6.1
mock==4.0.3
moto==2.1.0
olefile==0.46
packaging==21.3
parameterized==0.8.1
pathlib2==2.3.7.post1
pbr==5.8.1
pep8==1.7.1
Pillow==9.1.0
psutil==5.9.0
pyaml==21.10.1
ruamel.yaml==0.17.21
pyasn1==0.4.8
pyasn1-modules==0.2.8
pycodestyle==2.8.0
pycparser==2.21
pyenchant==3.2.2
pyflakes==2.4.0
pypugjs==5.9.11
PyJWT==2.4.0
pylint==2.13.8
pyOpenSSL==20.0.1
pyparsing==3.0.8
python-dateutil==2.8.2
python-subunit==1.4.0
pytz==2022.1
PyYAML==6.0
requests==2.27.1
s3transfer==0.5.2
scandir==1.10.0
service-identity==21.1.0
setuptools-trial==0.6.0
singledispatch==3.7.0
six==1.16.0
snowballstemmer==2.2.0
SQLAlchemy==1.4.36
sqlparse==0.4.2
termcolor==1.1.0
toml==0.10.2
towncrier==21.9.0
treq==22.2.0
Twisted==22.4.0
txaio==22.2.1
txrequests==0.9.6
unidiff==0.7.3
webcolors==1.11.1
Werkzeug==2.1.2
wrapt==1.14.1
xmltodict==0.12.0
zope.interface==5.4.0
coverage==6.3.2
codecov==2.1.12
-e master
-e worker
-e pkg
# we install buildbot www from pypi to avoid the slow nodejs build at each test
buildbot-www==3.2.0