forked from buildbot/buildbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements-ciworker.txt
35 lines (35 loc) · 1.5 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
32
33
34
35
attrs==21.4.0; python_version < "3.6" # pyup: ignore
attrs==23.2.0; python_version >= "3.6"
autobahn==23.6.2; python_version >= "3.9"
autobahn==22.7.1; python_version < "3.9" and python_version >= "3.7" # pyup: ignore
autobahn==20.12.3; python_version < "3.7" and python_version >= "3.6" # pyup: ignore
Automat==20.2.0; python_version < "3.6" # pyup: ignore
Automat==22.10.0; python_version >= "3.6"
cffi==1.16.0; python_version >= "3.6"
constantly==23.10.4; python_version >= "3.8"
constantly==15.1.0; python_version < "3.8" # pyup: ignore
cryptography==42.0.8; python_version >= "3.6"
funcsigs==1.0.2
future==1.0.0
hyperlink==21.0.0
idna==3.7
incremental==22.10.0; python_version >= "3.6"
incremental==17.5.0; python_version < "3.0" # pyup: ignore
mock==3.0.5; python_version < "3.6" # pyup: ignore
mock==5.1.0; python_version >= "3.6"
parameterized==0.8.1; python_version < "3.6" # pyup: ignore
parameterized==0.9.0; python_version >= "3.6"
pbr==6.0.0
# pin PyHamcrest, because 2.x no longer supports Python 2.7
PyHamcrest==1.9.0 # pyup: ignore
psutil==6.0.0
pycparser==2.22; python_version >= "3.6"
six==1.16.0
Twisted==24.3.0; python_version >= "3.6"
Twisted==20.3.0; python_version < "3.6" # pyup: ignore
txaio==23.1.1; python_version >= "3.6"
typing-extensions==4.12.2; python_version >= "3.7"
typing-extensions==4.12.2; python_version < "3.7" and python_version >= "3.5"
zope.interface==5.4.0; python_version < "3.6" # pyup: ignore
zope.interface==6.4.post2; python_version >= "3.6"
-e worker