This repository has been archived by the owner on Jun 28, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Pipfile
137 lines (127 loc) · 2.81 KB
/
Pipfile
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[requires]
python_version = "3.6"
[packages]
python-novaclient = ">=10.1.0"
python-neutronclient = ">=6.8.0"
python-cinderclient = ">=3.5.0"
"mach.py" = ">=0.4.2"
kubernetes = ">=9.0.0"
pbr = ">=4.0.2"
msgpack = ">=0.5.6"
"oslo.i18n" = ">=3.20.0"
wcwidth = ">=0.1.7"
"oslo.config" = ">=6.0.2"
munch = ">=2.3.1"
monotonic = ">=1.4"
decorator = ">=4.2.1"
prettytable = ">=0.7.2"
jsonpointer = ">=2.0"
"cmd2" = ">=0.8.4"
"dogpile.cache" = ">=0.6.5"
netifaces = ">=0.10.6"
os-client-config = ">=1.29.0"
pyyaml = ">=3.13"
"iso8601" = ">=0.1.12"
debtcollector = ">=1.19.0"
os-service-types = ">=1.2.0"
"oslo.utils" = ">=3.36.0"
"oslo.serialization" = ">=2.25.0"
requests = ">=2.18.4"
stevedore = ">=1.28.0"
deprecation = ">=2.0.2"
jmespath = ">=0.9.3"
pytz = ">=2018.4"
simplejson = ">=3.13.2"
certifi = ">=2018.1.18"
jsonpatch = ">=1.23"
pyparsing = ">=2.2.0"
netaddr = ">=0.7.19"
babel = ">=2.5.3"
"rfc3986" = ">=1.1.0"
idna = ">=2.6"
osc-lib = ">=1.10.0"
wrapt = ">=1.10.11"
cliff = ">=2.11.0"
chardet = ">=3.0.4"
requestsexceptions = ">=1.4.0"
pyperclip = ">=1.6.0"
cryptography = ">=2.3"
python-openstackclient = "*"
"keystoneauth1" = "*"
python-keystoneclient = "*"
python-octaviaclient = "*"
openstacksdk = ">=0.26.0"
python-gitlab = "*"
[dev-packages]
pylint = "*"
"flake8" = ">=3.5.0"
coverage = ">=4.5.1"
sphinx = ">=2.0.0"
twine = ">=1.9.0"
pytest = "*"
pytest-coverage = "*"
pytest-runner = "*"
adal = ">=1.1.0"
"asn1crypto" = ">=0.24.0"
babel = ">=2.5.3"
cachetools = ">=2.1.0"
certifi = ">=2018.1.18"
cffi = ">=1.11.5"
chardet = ">=3.0.4"
cliff = ">=2.11.0"
"cmd2" = ">=0.8.4"
cryptography = ">=2.3"
debtcollector = ">=1.19.0"
decorator = ">=4.2.1"
deprecation = ">=2.0.2"
"dogpile.cache" = ">=0.6.5"
google-auth = ">=1.5.1"
idna = ">=2.6"
"iso8601" = ">=0.1.12"
jmespath = ">=0.9.3"
jsonpatch = ">=1.23"
jsonpointer = ">=2.0"
kubernetes = ">=10.0.0a1"
"mach.py" = ">=0.4.1"
monotonic = ">=1.4"
msgpack = ">=0.5.6"
munch = ">=2.3.1"
netaddr = ">=0.7.19"
netifaces = ">=0.10.6"
oauthlib = ">=2.1.0"
os-client-config = ">=1.29.0"
os-service-types = ">=1.2.0"
osc-lib = ">=1.10.0"
"oslo.config" = ">=6.0.2"
"oslo.i18n" = ">=3.20.0"
"oslo.serialization" = ">=2.25.0"
"oslo.utils" = ">=3.36.0"
pbr = ">=4.0.2"
prettytable = ">=0.7.2"
"pyasn1" = ">=0.4.4"
"pyasn1-modules" = ">=0.2.2"
pycparser = ">=2.19"
pyjwt = ">=1.6.4"
pyparsing = ">=2.2.0"
pyperclip = ">=1.6.0"
python-cinderclient = ">=3.6.1"
python-dateutil = ">=2.7.3"
python-neutronclient = ">=6.8.0"
python-novaclient = ">=10.1.0"
pytz = ">=2018.4"
pyyaml = ">=3.13"
requests = ">=2.18.4"
requests-oauthlib = ">=1.0.0"
requestsexceptions = ">=1.4.0"
"rfc3986" = ">=1.1.0"
rsa = ">=4.0"
simplejson = ">=3.13.2"
wcwidth = ">=0.1.7"
websocket-client = ">=0.53.0"
wrapt = ">=1.10.11"
pyinstaller = "*"
python-gitlab = "*"