rally/optional-requirements.txt
Yaroslav Lobankov 3d279c14bf Fixing docker-check jenkins job
The python-fuelclient requirement conflicts with other ones.
See logs from the docker job for more details.

Change-Id: I055eaf619ae62752c5fba6d1db26c91dbbbc86cb
2016-09-20 16:56:00 +03:00

10 lines
411 B
Plaintext

# Purpose of optional-requirements is simple - list requirements which cannot
# be placed in main requirements.txt .
#
# Reasons:
# - package doesn't support the same Python versions as Rally package
# supports (see classifiers from setup.cfg)
# - package doesn't have releases
# If these rules do not relate to your package, feel free to propose it as main
# requirement to Rally (requirements.txt file).