blob: 13ced9ef64798423618e03dd6c8a14a4b4e4703c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# rest framework
Django==1.9.6 # BSD
djangorestframework==3.3.3 # BSD
# for call rest api
httplib2==0.9.2 # MIT
# for call openstack auth and transport api
keystoneauth1==2.19.0 # Apache-2.0
# for memcached
python-memcached # PSF
|