72407ca361
Requirements definition is being moved to doc/requirements.txt file after the requirement has been accepted to global openstack/requirement project. Change-Id: Idd9e4d648b26bd4d45cfa4e8868703531acfce3e
8 lines
303 B
Plaintext
8 lines
303 B
Plaintext
# As openstack job build-reno-releasenotes and Read The Docs page support only
|
|
# one single requirements file for a project, we need to have one such file
|
|
# which will include all project requirements
|
|
-r ../requirements.txt
|
|
-r ../test-requirements.txt
|
|
-r ../extra-requirements.txt
|
|
-r ./requirements.txt
|