Fix README.md Dockerfile sample
[functest-xtesting.git] / requirements.txt
1 # The order of packages is significant, because pip processes them in the order
2 # of appearance. Changing the order has an impact on the overall integration
3 # process, which may cause wedges in the gate later.
4 pbr!=2.1.0 # Apache-2.0
5 stevedore!=3.0.0 # Apache-2.0
6 PyYAML # MIT
7 enum34;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD
8 requests!=2.20.0,!=2.24.0 # Apache-2.0
9 robotframework>=4.0
10 behave>=1.2.6
11 behave-html-formatter>=0.9.4;python_version>='3.6'
12 mock!=4.0.0,!=4.0.1 # BSD
13 PrettyTable # BSD
14 python-subunit # Apache-2.0/BSD
15 os-testr # Apache-2.0
16 junitxml
17 boto3 # Apache-2.0
18 lxml!=3.7.0 # BSD
19 ansible-runner!=1.3.5 # Apache 2.0
20 pytest  # MIT
21 pytest-html  #MPL-2.0