forked from buildbot/buildbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements-ci.txt
136 lines (133 loc) · 3.22 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
-e master
-e worker
-e pkg
# we install buildbot www from pypi to avoid the slow nodejs build at each test
buildbot-www==4.0.0
autobahn==23.6.2; python_version >= "3.9"
autobahn==22.7.1; python_version < "3.9" # pyup: ignore
boto3==1.34.136
msgpack==1.0.8
Markdown==3.6
pylint==3.2.5
ruff==0.5.0
mypy==1.10.1
mypy-zope==1.0.5
# The following are transitive dependencies of the above. The versions are pinned so that tests
# are reproducible. The versions should be upgraded whenever we see new versions to catch problems
# in new versions of the packages. Whole list should be regenerated by via `pip freeze` once in a
# while to remove no longer needed dependencies.
alabaster==0.7.16; python_version >= "3.9"
alabaster==0.7.13; python_version < "3.9" # pyup: ignore 0.7.14 dropped support for Python 3.8 and earlier
alembic==1.13.2
appdirs==1.4.4
asn1crypto==1.5.1
astroid==3.2.2
attrs==23.2.0
Automat==22.10.0
Babel==2.15.0
backports.functools-lru-cache==2.0.0
boto==2.49.0
botocore==1.34.136
certifi==2024.7.4
cffi==1.16.0
chardet==5.2.0
charset-normalizer==3.3.2
click==8.1.7
configparser==7.0.0
constantly==23.10.4
cookies==2.2.1
coverage==7.5.4
croniter==2.0.5
cryptography==42.0.8
decorator==5.1.1
dicttoxml==1.7.16
dill==0.3.8
docker==7.1.0
docutils==0.18.1 # pyup: ignore (sphinx-rtd-theme 1.2.0 requires docutils<0.19)
extras==1.0.0
fixtures==4.1.0
funcsigs==1.0.2
future==1.0.0
graphql-core==3.3.0a4; python_version >= "3.12" # pyup: ignore (temporary switch to PRE-RELEASE version; remove this once 3.3.0 or newer is released as RELEASE version)
graphql-core==3.2.3; python_version < "3.12"
greenlet==3.0.3
hvac==2.3.0
hyperlink==21.0.0
idna==3.7
imagesize==1.4.1
importlib-metadata==8.0.0
importlib-resources==6.4.0; python_version < "3.9"
incremental==22.10.0
ipaddress==1.0.23
iso8601==2.1.0
isort==4.3.21 # pyup: ignore (until https://github.com/PyCQA/pylint/pull/3725 is merged)
Jinja2==3.1.4
jmespath==1.0.1
jsonref==1.1.0
lazy-object-proxy==1.9.0 # pyup: ignore (required by astroid)
ldap3==2.9.1
lz4==4.3.3
Mako==1.3.5
markdown2==2.4.13
MarkupSafe==2.1.5
mccabe==0.7.0
more-itertools==10.3.0
moto==5.0.10
olefile==0.47
packaging==24.1
parameterized==0.9.0
pathlib2==2.3.7.post1
pbr==6.0.0
Pillow==10.4.0
platformdirs==4.2.2
psutil==6.0.0
pyaml==24.4.0
pyasn1==0.6.0
pyasn1-modules==0.4.0
pycodestyle==2.12.0; python_version >= "3.8.1"
pycparser==2.22
pyenchant==3.2.2
pyflakes==3.2.0
PyJWT==2.8.0
pyOpenSSL==24.1.0
pyparsing==3.1.2
pypugjs==5.11.0
python-dateutil==2.9.0.post0
python-subunit==1.4.4
pytz==2024.1
PyYAML==6.0.1
requests==2.32.3
responses==0.25.3
ruamel.yaml==0.18.6
ruamel.yaml.clib==0.2.8
s3transfer==0.10.2
service-identity==24.1.0
setuptools-trial==0.6.0
singledispatch==4.1.0
six==1.16.0
snowballstemmer==2.2.0
SQLAlchemy==2.0.31
sqlparse==0.5.0
termcolor==2.4.0
testtools==2.7.2
toml==0.10.2
tomli==2.0.1
tomlkit==0.12.5
towncrier==23.11.0
treq==23.11.0; python_version >= "3.9"
treq==22.2.0; python_version < "3.9" # pyup: ignore
Twisted==24.3.0
txaio==23.1.1
txrequests==0.9.6
types-PyYAML==6.0.12.20240311
typing_extensions==4.12.2
unidiff==0.7.5
# botocore depends on urllib3<1.27
urllib3==1.26.19 # pyup: ignore
webcolors==24.6.0
websocket-client==1.8.0
Werkzeug==3.0.3
wrapt==1.16.0
xmltodict==0.13.0
zipp==3.19.2
zope.interface==6.4.post2