-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpyproject.toml
More file actions
29 lines (26 loc) · 893 Bytes
/
pyproject.toml
File metadata and controls
29 lines (26 loc) · 893 Bytes
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
[tool.poetry]
name = "cloudsigma"
version = "2.0.1"
description = "CloudSigma's official python library."
authors = ["CloudSigma AG <dev-support@cloudsigma.com>"]
keywords = ["cloud", "cloudsigma", "api", "cloud", "computing"]
classifiers = ["Programming Language :: Python", "Development Status :: 5 - Production/Stable", "Intended Audience :: System Administrators", "Intended Audience :: Developers"]
homepage = "https://github.com/cloudsigma/pycloudsigma"
readme = "README.md"
[tool.poetry.dependencies]
python = ">=2.7 <3.8"
"backports.ssl-match-hostname" = ">=3.4.0.2"
configobj = ">=5.0.6"
future = ">=0.18.2"
iso8601 = ">=0.1.12"
pyserial = ">=3.4"
requests = ">=2.23"
simplejson = ">=3.17.0"
six = ">=1.14.0"
websocket-client = ">=0.57.0"
nose = ">=1.3.7"
[tool.poetry.dev-dependencies]
fabric = "^2"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"