Python 3 compatibility

* add Python 3 classifiers
* require at least keystoneclient 0.6.0, since it is the first version that
  works with Python 3.

Change-Id: I631c94d6efa0f7d58ade4a8e044c87558ee58c15
This commit is contained in:
Cyril Roelandt
2014-02-20 00:41:10 +01:00
parent 117767df47
commit 0289c3a9ed
2 changed files with 3 additions and 1 deletions

View File

@@ -2,5 +2,5 @@ pbr>=0.5.21,<1.0
argparse
iso8601>=0.1.8
PrettyTable>=0.7,<0.8
python-keystoneclient>=0.4.2
python-keystoneclient>=0.6.0
six>=1.4.1