-
Notifications
You must be signed in to change notification settings - Fork 30
/
setup.cfg
53 lines (51 loc) · 1.4 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
[metadata]
name = pycloudlib
version = file:VERSION
url = https://github.com/canonical/pycloudlib
author = pycloudlib-devs
author_email = pycloudlib-devs@lists.launchpad.net
description = Python library to launch, interact, and snapshot cloud instances
long_description = file: README.md
long_description_content_type = text/markdown
license = GNU General Public License v3 (GPLv3)
classifiers =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Developers
Natural Language :: English
Operating System :: POSIX :: Linux
Programming Language :: Python :: 3 :: Only
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Utilities
[options]
python_requires = >=3.8
packages = find:
zip_safe = True
install_requires =
azure-cli-core >= 2.21.0
azure-identity
azure-mgmt-compute >= 17
azure-mgmt-network >= 16
azure-mgmt-resource >= 15
boto3 >= 1.14.20
botocore >= 1.17.20
google-cloud-compute
googleapis-common-protos >= 1.63.1
ibm-cloud-sdk-core >= 3.14.0
ibm-platform-services
ibm-vpc >= 0.10
knack >= 0.7.1
oci >= 2.17.0
openstacksdk >= 1.1.0, < 1.5.0
paramiko >= 2.9.2
protobuf
pyparsing >= 2, < 3.0.0
python-openstackclient >= 5.2.1
pyyaml >= 5.1
qemu.qmp >= 0.0.3
requests >= 2.22
Softlayer >= 6.0.0
toml == 0.10
[options.package_data]
pycloudlib =
py.typed