File: optional-requirements.txt

package info (click to toggle)
rally 1.2.1%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 7,896 kB
  • sloc: python: 41,385; sh: 1,230; makefile: 175; xml: 43
file content (9 lines) | stat: -rw-r--r-- 411 bytes parent folder | download
1
2
3
4
5
6
7
8
9
# 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).