mirror of
https://github.com/httpie/cli.git
synced 2024-11-21 23:33:12 +01:00
Fixed setup.py to work without having pygments already installed. Closes #1.
This commit is contained in:
parent
258fc0cd5f
commit
71b6b126c0
@ -0,0 +1,7 @@
|
||||
"""
|
||||
HTTPie - cURL for humans.
|
||||
|
||||
"""
|
||||
__author__ = 'Jakub Roztocil'
|
||||
__version__ = '0.1.3'
|
||||
__licence__ = 'BSD'
|
@ -1,8 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
"""
|
||||
HTTPie - cURL for humans.
|
||||
|
||||
"""
|
||||
import os
|
||||
import sys
|
||||
import json
|
||||
@ -13,11 +9,6 @@ from requests.structures import CaseInsensitiveDict
|
||||
from . import pretty
|
||||
|
||||
|
||||
__author__ = 'Jakub Roztocil'
|
||||
__version__ = '0.1.3'
|
||||
__licence__ = 'BSD'
|
||||
|
||||
|
||||
DEFAULT_UA = 'HTTPie/%s' % __version__
|
||||
SEP_COMMON = ':'
|
||||
SEP_DATA = '='
|
||||
|
Loading…
Reference in New Issue
Block a user