Skip to content

Commit 01e20ae

Browse files
authored
Merge pull request #42 from cloudify-incubator/0.9.5-build
add new requirements
2 parents cbb4b4d + dc15c9d commit 01e20ae

12 files changed

+483
-18
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,7 @@ ENV/
8787

8888
# Rope project settings
8989
.ropeproject
90+
fusion-agent
91+
fusion-common
92+
fusion-manager
93+
cloudify-utilities-plugins-sdk

Makefile

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
download:
2+
ifeq (,$(wildcard ./fusion-agent))
3+
git clone https://${GH_USER}:${GITHUB_PASSWORD}@eos2git.cec.lab.emc.com/ISG-Edge/fusion-agent.git && cd './fusion-agent' && git checkout rel/magicp1-2.0.0 && cd ..
4+
endif
5+
ifeq (,$(wildcard ./fusion-common))
6+
git clone https://${GH_USER}:${GITHUB_PASSWORD}@eos2git.cec.lab.emc.com/ISG-Edge/fusion-common.git && cd './fusion-common' && git checkout rel/magicp1-2.0.0 && cd ..
7+
endif
8+
ifeq (,$(wildcard ./fusion-manager))
9+
git clone https://${GH_USER}:${GITHUB_PASSWORD}@eos2git.cec.lab.emc.com/ISG-Edge/fusion-manager.git && cd './fusion-manager' && git checkout rel/magicp1-2.0.0 && cd ..
10+
endif
11+
ifeq (,$(wildcard ./cloudify-utilities-plugins-sdk))
12+
git clone https://github.com/cloudify-incubator/cloudify-utilities-plugins-sdk.git && cd './cloudify-utilities-plugins-sdk' && git checkout fusion && cd ..
13+
endif

constraints.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

dev-requirements.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

extra-packaging-instructions.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,4 @@ EOF
1010
touch ./webbrowser/__init__.py
1111
cat <<EOF > ./webbrowser/__init__.py
1212
EOF
13-
git apply python311.patch
14-
echo patch applied
1513
fi

requirements-3.6.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
cloudify-common>=4.5.0,<7.0

requirements-3.6.txt

Lines changed: 222 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,222 @@
1+
#
2+
# This file is autogenerated by pip-compile with python 3.6
3+
# To update, run:
4+
#
5+
# pip-compile --no-emit-index-url --output-file=requirements-3.6.txt requirements-3.6.in setup.py
6+
#
7+
adal==1.2.7
8+
# via msrestazure
9+
aiohttp==3.7.4.post0
10+
# via cloudify-common
11+
async-timeout==3.0.1
12+
# via aiohttp
13+
attrs==22.2.0
14+
# via aiohttp
15+
azure-common==1.1.28
16+
# via azure-mgmt-containerservice
17+
azure-core==1.24.2
18+
# via
19+
# azure-identity
20+
# azure-mgmt-core
21+
# msrest
22+
azure-identity==1.10.0
23+
# via cloudify-utilities-plugins-sdk
24+
azure-mgmt-containerservice==17.0.0
25+
# via cloudify-utilities-plugins-sdk
26+
azure-mgmt-core==1.3.2
27+
# via azure-mgmt-containerservice
28+
bcrypt==4.0.1
29+
# via paramiko
30+
boto3==1.23.10
31+
# via cloudify-utilities-plugins-sdk
32+
botocore==1.26.10
33+
# via
34+
# boto3
35+
# s3transfer
36+
bottle==0.12.19
37+
# via cloudify-common
38+
cachetools==4.2.4
39+
# via google-auth
40+
certifi==2023.11.17
41+
# via
42+
# kubernetes
43+
# msrest
44+
# requests
45+
cffi==1.15.1
46+
# via
47+
# cryptography
48+
# pynacl
49+
chardet==4.0.0
50+
# via aiohttp
51+
charset-normalizer==2.0.12
52+
# via requests
53+
cloudify-common==6.4.2.0
54+
# via
55+
# -r requirements-3.6.in
56+
# cloudify-libvirt-plugin (setup.py)
57+
# cloudify-utilities-plugins-sdk
58+
cloudify-utilities-plugins-sdk==0.0.130
59+
# via cloudify-libvirt-plugin (setup.py)
60+
cryptography==40.0.2
61+
# via
62+
# adal
63+
# azure-identity
64+
# msal
65+
# paramiko
66+
# pyjwt
67+
fasteners==0.17.3
68+
# via cloudify-common
69+
gitdb==4.0.8
70+
# via
71+
# cloudify-utilities-plugins-sdk
72+
# gitpython
73+
gitpython==3.1.18
74+
# via cloudify-utilities-plugins-sdk
75+
google-auth==2.15.0
76+
# via
77+
# cloudify-utilities-plugins-sdk
78+
# kubernetes
79+
idna==3.6
80+
# via
81+
# idna-ssl
82+
# requests
83+
# yarl
84+
idna-ssl==1.1.0
85+
# via aiohttp
86+
isodate==0.6.1
87+
# via msrest
88+
jinja2==2.11.3
89+
# via
90+
# cloudify-common
91+
# cloudify-utilities-plugins-sdk
92+
jmespath==0.10.0
93+
# via
94+
# boto3
95+
# botocore
96+
kubernetes==v26.1.0
97+
# via cloudify-utilities-plugins-sdk
98+
libvirt-python==8.5.0
99+
# via cloudify-libvirt-plugin (setup.py)
100+
markupsafe==2.0.1
101+
# via jinja2
102+
msal==1.25.0
103+
# via
104+
# azure-identity
105+
# msal-extensions
106+
msal-extensions==1.0.0
107+
# via azure-identity
108+
msrest==0.7.1
109+
# via
110+
# azure-mgmt-containerservice
111+
# msrestazure
112+
msrestazure==0.6.4
113+
# via cloudify-utilities-plugins-sdk
114+
multidict==5.2.0
115+
# via
116+
# aiohttp
117+
# yarl
118+
oauthlib==3.2.2
119+
# via requests-oauthlib
120+
packaging==21.3
121+
# via cloudify-utilities-plugins-sdk
122+
paramiko==3.3.1
123+
# via cloudify-utilities-plugins-sdk
124+
pika==1.1.0
125+
# via cloudify-common
126+
pkginfo==1.9.6
127+
# via wagon
128+
portalocker==2.7.0
129+
# via msal-extensions
130+
proxy_tools==0.1.0
131+
# via cloudify-common
132+
psutil==5.9.6
133+
# via cloudify-utilities-plugins-sdk
134+
pyasn1==0.5.1
135+
# via
136+
# pyasn1-modules
137+
# rsa
138+
pyasn1-modules==0.3.0
139+
# via google-auth
140+
pycdlib==1.14.0
141+
# via cloudify-utilities-plugins-sdk
142+
pycparser==2.21
143+
# via cffi
144+
pyjwt[crypto]==2.4.0
145+
# via
146+
# adal
147+
# msal
148+
pynacl==1.5.0
149+
# via paramiko
150+
pyparsing==3.0.7
151+
# via packaging
152+
python-dateutil==2.8.2
153+
# via
154+
# adal
155+
# botocore
156+
# kubernetes
157+
pytz==2021.3
158+
# via cloudify-common
159+
pyyaml==6.0.1
160+
# via
161+
# -r requirements-3.6.in
162+
# cloudify-utilities-plugins-sdk
163+
# kubernetes
164+
requests==2.27.1
165+
# via
166+
# adal
167+
# azure-core
168+
# cloudify-common
169+
# cloudify-utilities-plugins-sdk
170+
# kubernetes
171+
# msal
172+
# msrest
173+
# requests-oauthlib
174+
# requests-toolbelt
175+
requests-oauthlib==1.3.1
176+
# via
177+
# kubernetes
178+
# msrest
179+
requests_toolbelt==0.9.1
180+
# via cloudify-common
181+
retrying==1.3.3
182+
# via cloudify-common
183+
rsa==4.9
184+
# via google-auth
185+
s3transfer==0.5.2
186+
# via boto3
187+
six==1.16.0
188+
# via
189+
# azure-core
190+
# azure-identity
191+
# google-auth
192+
# isodate
193+
# kubernetes
194+
# msrestazure
195+
# python-dateutil
196+
# retrying
197+
smmap==5.0.0
198+
# via gitdb
199+
typing-extensions==4.1.1
200+
# via
201+
# aiohttp
202+
# azure-core
203+
# gitpython
204+
# yarl
205+
urllib3==1.26.18
206+
# via
207+
# botocore
208+
# kubernetes
209+
# requests
210+
wagon==1.0.1
211+
# via cloudify-common
212+
websocket-client==1.3.1
213+
# via kubernetes
214+
wheel==0.37.1
215+
# via wagon
216+
xmltodict==0.13.0
217+
# via cloudify-utilities-plugins-sdk
218+
yarl==1.7.2
219+
# via aiohttp
220+
221+
# The following packages are considered to be unsafe in a requirements file:
222+
# setuptools

requirements.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
pyyaml>=6.0
2+
-e fusion-common
3+
-e cloudify-utilities-plugins-sdk

0 commit comments

Comments
 (0)