-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpoetry.lock
90 lines (78 loc) · 2.25 KB
/
poetry.lock
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
[[package]]
name = "certifi"
version = "2022.12.7"
description = "Python package for providing Mozilla's CA Bundle."
category = "main"
optional = false
python-versions = ">=3.6"
[[package]]
name = "frozendict"
version = "2.3.4"
description = "A simple immutable dictionary"
category = "main"
optional = false
python-versions = ">=3.6"
[[package]]
name = "openapi-client"
version = "1.0.0"
description = "Vultr API"
category = "main"
optional = false
python-versions = ">=3.7"
[package.dependencies]
certifi = ">=14.5.14"
frozendict = ">=2.3.4,<2.4.0"
python-dateutil = ">=2.7.0,<2.8.0"
typing-extensions = ">=4.3.0,<4.4.0"
urllib3 = ">=1.26.7,<1.27.0"
[package.source]
type = "file"
url = "openapi-client/dist/openapi_client-1.0.0-py3-none-any.whl"
[[package]]
name = "python-dateutil"
version = "2.7.5"
description = "Extensions to the standard Python datetime module"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
[package.dependencies]
six = ">=1.5"
[[package]]
name = "six"
version = "1.16.0"
description = "Python 2 and 3 compatibility utilities"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
[[package]]
name = "typing-extensions"
version = "4.3.0"
description = "Backported and Experimental Type Hints for Python 3.7+"
category = "main"
optional = false
python-versions = ">=3.7"
[[package]]
name = "urllib3"
version = "1.26.14"
description = "HTTP library with thread-safe connection pooling, file post, and more."
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
[package.extras]
brotli = ["brotlicffi (>=0.8.0)", "brotli (>=1.0.9)", "brotlipy (>=0.6.0)"]
secure = ["pyOpenSSL (>=0.14)", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "certifi", "urllib3-secure-extra", "ipaddress"]
socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
[metadata]
lock-version = "1.1"
python-versions = "^3.8"
content-hash = "a7812f21eff8859c84b097d6d4182d78073162ee575f7eaec753f1a84348e068"
[metadata.files]
certifi = []
frozendict = []
openapi-client = [
{file = "openapi_client-1.0.0-py3-none-any.whl", hash = "sha256:f3b3a2551e46e19d8f4aa0ad5cc9887700f823851f0ee3a98b33b8949ee8e909"},
]
python-dateutil = []
six = []
typing-extensions = []
urllib3 = []