1
0
mirror of https://github.com/httpie/cli.git synced 2025-06-15 00:15:06 +02:00

Require Requests v1.0.3.

This commit is contained in:
Jakub Roztocil
2012-12-19 12:30:20 +01:00
parent e5edb66ae8
commit fe16f425a9
3 changed files with 4 additions and 2 deletions

View File

@ -13,7 +13,7 @@ if sys.argv[-1] == 'test':
requirements = [
# Debian has only requests==0.10.1 and httpie.deb depends on that.
'requests>=0.10.1',
'requests>=1.0.3',
'Pygments>=1.5'
]
if sys.version_info[:2] in ((2, 6), (3, 1)):