-
Notifications
You must be signed in to change notification settings - Fork 52
/
requirements.txt
62 lines (42 loc) · 1022 Bytes
/
requirements.txt
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
# Commented versions are the versions being picked up for CSE 3.1.1 by default
# as of 16th September, 2021
# cachetools 3.1.1
cachetools >= 3.1.1, < 4.0.0
# certifi 2020.12.5
certifi >= 2023.07.22
# click 7.1.2
click >= 7.1.2, < 8.0.0
# cryptography 41.0.4
cryptography >=42.0.4
# dataclasses-json 0.5.6
dataclasses-json >= 0.5.6, < 1.0.0
# humanfriendly 4.18
humanfriendly >= 4.8, < 5.0
# lru-dict 1.1.7
lru-dict >=1.1.7, < 2.0.0
# lxml 4.6.3
lxml >= 4.6.3, < 5.0.0
# paho-mqtt 1.5.1
paho-mqtt >= 1.5.1, < 1.6.0
# pika 1.2.0
pika >= 1.2.0, < 2.0.0
# pyvcloud 23.0.4
pyvcloud >= 23.0.4, < 23.1.0
# pyvmomi 6.7.3
pyvmomi >= 6.7.3, < 7.0.0
# PyYaml 5.4.1
PyYaml >= 5.4.1, <= 6.0.0
# requests 2.26.0
requests >= 2.31.0, < 3.0.0
# semantic-version 2.8.5
semantic-version >= 2.8.5, < 3.0.0
# six 1.16.0
six >= 1.16.0, < 2.0.0
# urlib3 2.0.7
urllib3 >= 2.0.7
# validators 0.18.2
validators ~= 0.18.2
# vcd-cli 24.1.0
vcd-cli >= 24.1.0, < 25.0.0
# vsphere-guest-run 0.0.7
vsphere-guest-run >= 0.0.7, < 1.0.0