blob: 3f70b8de0a928087e739f93306856a0e50469aaf [file] [log] [blame]
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you 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.
# Requirements for use of test tooling (tests/comparison and tests/stress).
# The random query generator uses Fabric to interact with a remote host
# running Docker.
Fabric==1.14.0
# The leopard framework, which runs a webui to view random query generator
# reports, requires Flask.
Flask==1.0.2
# Fabric depends on Paramiko. Additionally, the stress test uses
# Paramiko directly to keep a persistent SSH connection open to each
# Impalad host to run in-test monitoring.
paramiko==2.4.1