forked from RedHatQE/wrapanapi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
67 lines (64 loc) · 1.37 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
[metadata]
name = wrapanapi
author = Peter Savage
author-email = [email protected]
summary = A base system for provider management
description-file = README.rst
classifier =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Developers
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Topic :: Utilities
keywords =
setup
distutils
[files]
packages =
wrapanapi
[flake8]
ignore = E128,E811,W503
max-line-length = 100
[options]
install_requires =
azure>=3.0.0
azure-storage-common>=1.0
boto3==1.6.6
botocore==1.9.6
boto
cached_property
dateparser
fauxfactory
google-api-python-client
google-compute-engine
inflection
miq-version
oauth2client
ovirt-engine-sdk-python~=4.3
openshift==0.3.4
packaging
pyvmomi>=6.5.0.2017.5.post1
python-cinderclient
python-swiftclient
python-glanceclient
python-ironicclient
python-keystoneclient
python-neutronclient==6.12.0
python-novaclient==7.1.2
python-heatclient
pyvcloud==19.1.2
py3winrm==0.0.1
redfish-client==0.1.0
requests
suds-jurko
tzlocal
vspk==5.3.2
wait_for
websocket_client
# lxml super SGML parser, needs libxml2-devel and libxslt-devel
lxml
setup_requires =
setuptools_scm
pbr