forked from buildbot/buildbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements-ci.txt
89 lines (86 loc) · 2.3 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
-e master[test,tls]
-e worker
-e pkg
# we install buildbot www from pypi to avoid the slow nodejs build at each test
buildbot-www==4.1.0
Markdown==3.7
coverage==7.6.4; python_version >= "3.9"
coverage==7.6.1; python_version < "3.9" # pyup: ignore
docker==7.1.0
hvac==2.3.0
ldap3==2.9.1
mypy==1.13.0
mypy-zope==1.0.9
graphql-core==3.3.0a6; 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.5; python_version < "3.12"
psutil==6.1.0
# 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.
alembic==1.13.3
attrs==24.2.0
autobahn==24.4.2; python_version >= "3.9"
autobahn==22.7.1; python_version < "3.9" # pyup: ignore
Automat==24.8.1
boto==2.49.0
boto3==1.35.54
botocore==1.35.54
certifi==2024.8.30
cffi==1.17.1
charset-normalizer==3.4.0
constantly==23.10.4
croniter==5.0.1
cryptography==43.0.3
dill==0.3.9
evalidate==2.0.3
greenlet==3.1.1
hyperlink==21.0.0
idna==3.10
incremental==24.7.2
incremental==22.10.0; python_version < "3.8" # pyup: ignore
Jinja2==3.1.4
jmespath==1.0.1
lz4==4.3.3
zstandard==0.23.0
Brotli==1.1.0
Mako==1.3.6
MarkupSafe==3.0.2; python_version >= "3.9"
MarkupSafe==2.1.5; python_version < "3.9" # pyup: ignore
moto==5.0.19
msgpack==1.1.0
mypy-extensions==1.0.0
packaging==24.1
parameterized==0.9.0
pyasn1==0.6.1
pyasn1-modules==0.4.1
pycparser==2.22
PyJWT==2.9.0
pyOpenSSL==24.2.1
pypugjs==5.11.0
python-dateutil==2.9.0.post0
pytz==2024.2
PyYAML==6.0.2
requests==2.32.3
responses==0.25.3
ruff==0.7.2
s3transfer==0.10.3
service-identity==24.2.0
setuptools-trial==0.6.0
six==1.16.0
SQLAlchemy==2.0.36
treq==24.9.1; python_version >= "3.9"
treq==22.2.0; python_version < "3.9" # pyup: ignore
Twisted==24.10.0
txaio==23.1.1
txrequests==0.9.6
typing_extensions==4.12.2
unidiff==0.7.5
# botocore depends on urllib3<1.27
urllib3==1.26.19 # pyup: ignore
Werkzeug==3.1.1; python_version >= "3.9"
Werkzeug==3.0.6; python_version < "3.9" # pyup: ignore
xmltodict==0.14.2
zope.event==5.0
zope.interface==7.1.1
zope.schema==7.0.1