Use dateutil 1.5

- 2.0 has problems on some platforms with
  python 2.x

Change-Id: Ic6b243b352b4fdf24c91d00ded9199b7bfd0ec64
This commit is contained in:
Ziad Sawalha 2012-01-19 22:36:35 -06:00
parent 70e5a00c1f
commit 159757ccf9
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ lxml # xml library providing ElementTree API
passlib # password hashing
argparse # cli support
prettytable # cli table printing
python-dateutil # for date parsing
python-dateutil==1.5 # for date parsing
# Optional backend: LDAP
python-ldap # authenticate against an existing LDAP server