Update project maturity status
[multicloud/azure.git] / azure / requirements.txt
1 # rest framework
2 Django==1.9.6
3 djangorestframework==3.3.3
4
5 # redis cache
6 redis==2.10.5
7
8 # for access redis cache
9 redisco==0.1.4
10 django-redis-cache==0.13.1
11
12 # for call rest api
13 httplib2==0.9.2
14
15 # for call openstack api
16 # openstacksdk==0.9.15
17 # os-client-config==1.29.0
18 # python-cinderclient==3.5.0
19
20 # for unit test
21 django-nose>=1.4.0
22 coverage==4.2
23 mock==2.0.0
24 unittest_xml_reporting==1.12.0
25
26 # for onap logging
27 onappylog>=1.0.6
28
29 # for event
30 #oslo_messaging
31
32 # for pecan framework
33 uwsgi
34 pecan>=1.2.1
35 #oslo.concurrency>=3.21.0
36 #oslo.config>=4.11.0
37 #oslo.service>=1.25.0
38 eventlet>=0.20.0
39 PyYAML>=3.1.0
40
41 #azure
42 requests==2.14.0
43 msrestazure==0.4.27
44 msrest==0.4.28
45 azure-mgmt-resource==2.0.0
46 azure-mgmt-compute==4.0.0rc1
47 azure-mgmt-authorization==0.50.0
48 azure-common==1.1.14