blob: 9b481ce1d90532aed45efd82bc6c45359d49b10a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
mock
pytest
pytest-mock
pytest-xdist
pytest-forked
pyyaml # required by the collection loader (only needed for collections)
coverage==4.5.4
bcrypt ; python_version >= '3.8' # controller only
passlib ; python_version >= '3.8' # controller only
pexpect ; python_version >= '3.8' # controller only
pytz
pywinrm ; python_version >= '3.8' # controller only
unittest2 ; python_version < '2.7'
|