Fix comparison operator in requirements.txt

Also fix the name of ipaddress module for Python 2.

Change-Id: Ida0afc21519117c6144d05e0540dc2fd8b652d50
Closes-Bug: 1522803
This commit is contained in:
Bartłomiej Piotrowski 2015-12-04 12:44:30 +01:00
parent 77ce986dba
commit 891e5352c5
1 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
ecdsa=>0.13
paramiko=>1.16.0
psycopg2=>2.6.1
pycrypto=>2.6.1
ipaddress=>3.4.1; python_version < '3'
ecdsa>=0.13
paramiko>=1.16.0
psycopg2>=2.6.1
pycrypto>=2.6.1
py2-ipaddress>=3.4.1; python_version < '3'