You've already forked httpie-cli
mirror of
https://github.com/httpie/cli.git
synced 2026-04-24 19:53:55 +02:00
@@ -5,13 +5,13 @@ import httpie
|
||||
|
||||
requirements = ['requests>=0.10.4', 'Pygments>=1.4']
|
||||
|
||||
if sys.version_info < (2 , 7):
|
||||
if sys.version_info < (2, 7):
|
||||
requirements.append('argparse>=1.2.1')
|
||||
|
||||
|
||||
setup(name='httpie',version=httpie.__version__,
|
||||
description=httpie.__doc__.strip(),
|
||||
url='https://github.com/jkbr/httpie',
|
||||
url='http://httpie.org/',
|
||||
author=httpie.__author__,
|
||||
license=httpie.__licence__,
|
||||
packages=['httpie'],
|
||||
|
||||
Reference in New Issue
Block a user