Update project maturity status
[multicloud/azure.git] / azure / aria / aria-extension-cloudify / src / aria / requirements.in
1 # Licensed under the Apache License, Version 2.0 (the "License");
2 # you may not use this file except in compliance with the License.
3 # You may obtain a copy of the License at
4 #
5 # http://www.apache.org/licenses/LICENSE-2.0
6 #
7 # Unless required by applicable law or agreed to in writing, software
8 # distributed under the License is distributed on an "AS IS" BASIS,
9 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10 # See the License for the specific language governing permissions and
11 # limitations under the License.
12
13 # In order to create the requirements.txt file, execute
14 # pip-compile --output-file requirements.txt requirements.in (pip-tools package is needed).
15
16 requests>=2.3.0, <=2.14.0
17 networkx>=1.9, <1.10 # version 1.10 dropped support of python 2.6
18 retrying>=1.3.0, <1.4.0
19 blinker>1.3, <1.5
20 jsonpickle>0.9.0, <=0.9.4
21 ruamel.yaml>=0.11.12, <0.12.0  # version 0.12.0 dropped support of python 2.6
22 Jinja2>=2.8, <2.9
23 shortuuid>=0.5, <0.6
24 CacheControl[filecache]>=0.11.0, <0.13
25 SQLAlchemy>=1.1.0, <1.2  # version 1.2 dropped support of python 2.6
26 wagon==0.6.0
27 bottle>=0.12.0, <0.13
28 setuptools>=35.0.0, <36.0.0
29 click>=6.0, < 7.0
30 colorama>=0.3.7, <=0.3.9
31 PrettyTable>=0.7,<0.8
32 click_didyoumean==0.0.3
33 backports.shutil_get_terminal_size==1.0.0
34 logutils==0.3.4.1
35 psutil>=5.2.2, < 6.0.0
36 importlib ; python_version < '2.7'
37 ordereddict ; python_version < '2.7'
38 total-ordering ; python_version < '2.7'  # only one version on pypi
39 wheel<=0.29.0 ; python_version < '2.7'
40 Fabric==1.13.0
41 pycrypto==2.6.1