forked from buildbot/buildbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements-ciworker.txt
31 lines (31 loc) · 1.1 KB
/
requirements-ciworker.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
attrs==24.2.0
autobahn==24.4.2; python_version >= "3.9"
autobahn==22.7.1; python_version < "3.9" # pyup: ignore
Automat==22.10.0; python_version < "3.8" # pyup: ignore
Automat==24.8.1; python_version >= "3.8"
cffi==1.15.1; python_version < "3.8" # pyup: ignore
cffi==1.17.1; python_version >= "3.8"
constantly==23.10.4; python_version >= "3.8"
constantly==15.1.0; python_version < "3.8" # pyup: ignore
cryptography==43.0.3
funcsigs==1.0.2
hyperlink==21.0.0
idna==3.10
incremental==22.10.0; python_version < "3.8" # pyup: ignore
incremental==24.7.2; python_version >= "3.8"
mock==5.1.0
parameterized==0.9.0
pbr==6.1.0
PyHamcrest==2.1.0
psutil==6.1.0
pycparser==2.21; python_version < "3.8" # pyup: ignore
pycparser==2.22; python_version >= "3.8"
six==1.16.0
Twisted==23.8.0; python_version < "3.8" # pyup: ignore
Twisted==24.10.0; python_version >= "3.8"
txaio==23.1.1
typing-extensions==4.7.1; python_version < "3.8" # pyup: ignore
typing-extensions==4.12.2; python_version >= "3.8"
zope.interface==6.4.post2; python_version < "3.8" # pyup: ignore
zope.interface==7.1.1; python_version >= "3.8"
-e worker