remove requests version max

This change removes the max version specified for requests since the
requirements project no longer limits it to 1.2.2.

Change-Id: I96d14b4a84d975e8b08e9271db8d5e13d78019ae
This commit is contained in:
Mark McClain 2013-08-06 15:25:00 -04:00
parent ec5861644c
commit fe31607d1b
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@ pbr>=0.5.16,<0.6
argparse
iso8601>=0.1.4
PrettyTable>=0.6,<0.8
requests>=1.1,<1.2.3
requests>=1.1
simplejson>=2.0.9
six