Skip to content

Commit 4969010

Browse files
authored
Merge pull request #11 from cloudify-incubator/0.1.3-build
update requirements.txt
2 parents adda3e6 + b214901 commit 4969010

File tree

10 files changed

+511
-12
lines changed

10 files changed

+511
-12
lines changed

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,4 +127,9 @@ dmypy.json
127127

128128
# Pyre type checker
129129
.pyre/
130-
.idea/
130+
.idea/
131+
132+
cloudify-utilities-plugins-sdk
133+
fusion-agent
134+
fusion-common
135+
fusion-manager

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

Whitespace-only changes.

dev-requirements.txt

Whitespace-only changes.

requirements-3.6.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
cryptography==40.0.2

requirements-3.6.txt

Lines changed: 219 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,219 @@
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+
# cloudify-serverless-plugin (setup.py)
56+
# cloudify-utilities-plugins-sdk
57+
cloudify-utilities-plugins-sdk==0.0.130
58+
# via cloudify-serverless-plugin (setup.py)
59+
cryptography==40.0.2
60+
# via
61+
# -r requirements-3.6.in
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+
markupsafe==2.0.1
99+
# via jinja2
100+
msal==1.25.0
101+
# via
102+
# azure-identity
103+
# msal-extensions
104+
msal-extensions==1.0.0
105+
# via azure-identity
106+
msrest==0.7.1
107+
# via
108+
# azure-mgmt-containerservice
109+
# msrestazure
110+
msrestazure==0.6.4
111+
# via cloudify-utilities-plugins-sdk
112+
multidict==5.2.0
113+
# via
114+
# aiohttp
115+
# yarl
116+
oauthlib==3.2.2
117+
# via requests-oauthlib
118+
packaging==21.3
119+
# via cloudify-utilities-plugins-sdk
120+
paramiko==3.3.1
121+
# via cloudify-utilities-plugins-sdk
122+
pika==1.1.0
123+
# via cloudify-common
124+
pkginfo==1.9.6
125+
# via wagon
126+
portalocker==2.7.0
127+
# via msal-extensions
128+
proxy_tools==0.1.0
129+
# via cloudify-common
130+
psutil==5.9.6
131+
# via cloudify-utilities-plugins-sdk
132+
pyasn1==0.5.1
133+
# via
134+
# pyasn1-modules
135+
# rsa
136+
pyasn1-modules==0.3.0
137+
# via google-auth
138+
pycdlib==1.14.0
139+
# via cloudify-utilities-plugins-sdk
140+
pycparser==2.21
141+
# via cffi
142+
pyjwt[crypto]==2.4.0
143+
# via
144+
# adal
145+
# msal
146+
pynacl==1.5.0
147+
# via paramiko
148+
pyparsing==3.0.7
149+
# via packaging
150+
python-dateutil==2.8.2
151+
# via
152+
# adal
153+
# botocore
154+
# kubernetes
155+
pytz==2021.3
156+
# via cloudify-common
157+
pyyaml==6.0.1
158+
# via
159+
# cloudify-utilities-plugins-sdk
160+
# kubernetes
161+
requests==2.27.1
162+
# via
163+
# adal
164+
# azure-core
165+
# cloudify-common
166+
# cloudify-utilities-plugins-sdk
167+
# kubernetes
168+
# msal
169+
# msrest
170+
# requests-oauthlib
171+
# requests-toolbelt
172+
requests-oauthlib==1.3.1
173+
# via
174+
# kubernetes
175+
# msrest
176+
requests_toolbelt==0.9.1
177+
# via cloudify-common
178+
retrying==1.3.3
179+
# via cloudify-common
180+
rsa==4.9
181+
# via google-auth
182+
s3transfer==0.5.2
183+
# via boto3
184+
six==1.16.0
185+
# via
186+
# azure-core
187+
# azure-identity
188+
# google-auth
189+
# isodate
190+
# kubernetes
191+
# msrestazure
192+
# python-dateutil
193+
# retrying
194+
smmap==5.0.0
195+
# via gitdb
196+
typing-extensions==4.1.1
197+
# via
198+
# aiohttp
199+
# azure-core
200+
# gitpython
201+
# yarl
202+
urllib3==1.26.18
203+
# via
204+
# botocore
205+
# kubernetes
206+
# requests
207+
wagon==1.0.1
208+
# via cloudify-common
209+
websocket-client==1.3.1
210+
# via kubernetes
211+
wheel==0.37.1
212+
# via wagon
213+
xmltodict==0.13.0
214+
# via cloudify-utilities-plugins-sdk
215+
yarl==1.7.2
216+
# via aiohttp
217+
218+
# The following packages are considered to be unsafe in a requirements file:
219+
# setuptools

requirements.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
-e fusion-common
2+
-e fusion-manager/mgmtworker
3+
-e fusion-agent
4+
-e cloudify-utilities-plugins-sdk
5+
cryptography>=41.0.5

0 commit comments

Comments
 (0)