mirror of
				https://github.com/python-kasa/python-kasa.git
				synced 2025-11-04 06:32:07 +00:00 
			
		
		
		
	Python < 3.5 cleanups (#180)
* tox: remove Python < 3.5 config * deps: drop typing, included in Python 3.5+
This commit is contained in:
		
							
								
								
									
										2
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								setup.py
									
									
									
									
									
								
							@@ -8,7 +8,7 @@ setup(name='pyHS100',
 | 
			
		||||
      author_email='sean@gadgetreactor.com',
 | 
			
		||||
      license='GPLv3',
 | 
			
		||||
      packages=['pyHS100'],
 | 
			
		||||
      install_requires=['click', 'typing', 'deprecation'],
 | 
			
		||||
      install_requires=['click', 'deprecation'],
 | 
			
		||||
      python_requires='>=3.5',
 | 
			
		||||
      entry_points={
 | 
			
		||||
            'console_scripts': [
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user