update/software/requirements.txt
Joseph Vazhappilly 617a379659 Add version to software-api and software client
The software-api is versioned in order to allow for future upgrades.
This implementation add 'v1' version to all software REST APIs and
modify software client to use the updated 'v1' APIs.

Example:
	- POST    /v1/software/upload
	- GET     /v1/software/query
	- GET     /v1/software/show/<release>
	- GET     /v1/software/commit_patch/<release>
	...

Story: 2010676
Task: 49478

Test Plan:
PASS: Verify REST interfaces of software APIs
PASS: Verify software client with new APIs
PASS: Verify client with sudo, without keystone auth prior bootstrap
PASS: Verify client without sudo, with keystone auth prior bootstrap

Change-Id: I10250676fbbcf7501913f21dedea769b581128af
Signed-off-by: Joseph Vazhappilly <joseph.vazhappillypaily@windriver.com>
2024-02-08 04:23:29 -05:00

18 lines
194 B
Plaintext

argcomplete
keyring
keystoneauth1
keystonemiddleware
lxml
oslo.config
oslo.policy
oslo.serialization
netaddr
pecan
psycopg2-binary
pycryptodomex
PyGObject
requests_toolbelt
sh
WebOb
WSME>=0.5b2