mirror of
https://github.com/httpie/cli.git
synced 2024-11-22 15:53:13 +01:00
Lowered the minimum version of requests required
So that the Debian package works out of the box: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=663506
This commit is contained in:
parent
0c4c6c4753
commit
4da3821bc4
2
setup.py
2
setup.py
@ -9,7 +9,7 @@ if sys.argv[-1] == 'test':
|
||||
sys.exit()
|
||||
|
||||
|
||||
requirements = ['requests>=0.10.4', 'Pygments>=1.4']
|
||||
requirements = ['requests>=0.10.1', 'Pygments>=1.4']
|
||||
if sys.version_info[:2] in ((2, 6), (3, 1)):
|
||||
# argparse has been added in Python 3.2 / 2.7
|
||||
requirements.append('argparse>=1.2.1')
|
||||
|
Loading…
Reference in New Issue
Block a user