summaryrefslogtreecommitdiffstats
path: root/newton/requirements.txt
blob: 71654d7693859f4092a6db1a3f621aed07e1358b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pbr!=2.1.0,>=2.0.0 # Apache-2.0

# 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