You've already forked httpie-cli
							
							
				mirror of
				https://github.com/httpie/cli.git
				synced 2025-10-30 23:47:52 +02:00 
			
		
		
		
	Explicitly require setuptools, httpie/plugins/manager.py imports pkg_resources (#1049)
This commit is contained in:
		
							
								
								
									
										1
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								setup.py
									
									
									
									
									
								
							| @@ -42,6 +42,7 @@ install_requires = [ | |||||||
|     'requests[socks]>=2.22.0', |     'requests[socks]>=2.22.0', | ||||||
|     'Pygments>=2.5.2', |     'Pygments>=2.5.2', | ||||||
|     'requests-toolbelt>=0.9.1', |     'requests-toolbelt>=0.9.1', | ||||||
|  |     'setuptools', | ||||||
| ] | ] | ||||||
| install_requires_win_only = [ | install_requires_win_only = [ | ||||||
|     'colorama>=0.2.4', |     'colorama>=0.2.4', | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user