You've already forked httpie-cli
							
							
				mirror of
				https://github.com/httpie/cli.git
				synced 2025-10-30 23:47:52 +02:00 
			
		
		
		
	Fixed setup.py to work without having pygments already installed. Closes #1.
This commit is contained in:
		| @@ -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 = '=' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user