Files
django-openstack-auth-kerberos/requirements.txt
Steve Martinelli 93846ea104 switch to ksa
use keystoneauth instead of keystoneclient

Change-Id: I1777346cfe59e2a61c3b7da7fdea4d84017637c5
2016-05-19 20:27:48 +00:00

10 lines
325 B
Plaintext

# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
Babel>=0.9.6
Django>=1.4.2,<1.7
django_openstack_auth>=1.1.7,!=1.1.8
keystoneauth1[kerberos]>=2.1.0 # Apache-2.0