forked from buildbot/buildbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements-ciworker.txt
29 lines (29 loc) · 1.03 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
attrs==21.4.0
autobahn==22.3.2; python_version >= "3.7"
autobahn==20.12.3; python_version < "3.7" and python_version >= "3.6" # pyup: ignore
Automat==20.2.0
cffi==1.15.0; python_version >= "3.6"
constantly==15.1.0
cryptography==37.0.2; python_version >= "3.6"
funcsigs==1.0.2
future==0.18.2
hyperlink==21.0.0
idna==2.10 # pyup: ignore (conflicts with moto on master)
incremental==21.3.0; python_version >= "3.6"
incremental==17.5.0; python_version < "3.0" # pyup: ignore
# pin mock, because 4.x no longer supports Python 3.5
mock==3.0.5 # pyup: ignore
parameterized==0.8.1
pbr==5.8.1
# pin PyHamcrest, because 2.x no longer supports Python 2.7
PyHamcrest==1.9.0 # pyup: ignore
psutil==5.9.0
pycparser==2.21; python_version >= "3.6"
six==1.16.0
Twisted==22.4.0; python_version >= "3.6"
Twisted==20.3.0; python_version < "3.6" # pyup: ignore
txaio; python_version >= "3.6"
typing-extensions==4.2.0; python_version >= "3.7"
typing-extensions==3.10.0.2; python_version < "3.7" and python_version >= "3.5"
zope.interface==5.4.0
-e worker