shipyard/requirements.txt
Bryan Strassner b6d7af07fa Add CLI formatted responses to Shipyard CLI
Rather than always returning JSON or YAML, add functionality to
return table responses when applicable for ease of reading.
Adds some marker exceptions to the Shipyard API Client to handle
cases where the user of the client would generally want to take a
specific and repeatable course of action instead of handling the
response in a case-by-case basis.

Moved cli action testing to use the responses library instead of
as many internal mocks. Added test response generators for standard
api responses.

Change-Id: I3a593fb29b6e76d971adc7f3bb3a4b7f378ed091
2017-11-20 10:38:46 -06:00

39 lines
1.1 KiB
Plaintext

# Copyright 2017 AT&T Intellectual Property. All other rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
alembic==0.9.5
arrow==0.10.0 # API and Client
configparser==3.5.0
falcon==1.2.0
jsonschema==2.6.0
keystoneauth1==2.13.0 # API and Client
keystonemiddleware==4.17.0
oslo.config==4.11.0
oslo.policy==1.25.1
PasteDeploy==1.5.2
pbr!=2.1.0,>=2.0.0 # Apache-2.0
psycopg2==2.7.3.1
python-dateutil==2.6.1
python-memcached==1.58
requests==2.18.4 # API and Client
SQLAlchemy==1.1.13
ulid==1.1
uwsgi==2.0.15
# Client
click==6.7
click-default-group==1.2
PTable==0.9.2
pyyaml==3.12