| 
					
				 | 
			
			
				@@ -15,11 +15,13 @@ pytest = "*" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 pytest-cov = "*" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 pytest-timeout = "*" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+# python3.5 compatibility 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+# https://github.com/python/importlib_metadata/commit/107f9029fd5807c6579b881db19e11a0488f0675 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+# fix pluggy/manager.py (v0.13.1) on python<3.8: import importlib_metadata => ModuleNotFoundError 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+importlib-metadata = {version = "<3", markers="python_version < '3.8'"} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+isort = "<5" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 # workaround https://github.com/pytest-dev/pytest/issues/3953 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 pathlib2 = {version = "*", markers="python_version < '3.6'"} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-# fix pluggy/manager.py (v0.13.1): import importlib_metadata => ModuleNotFoundError 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-importlib_metadata = {version = "*", markers="python_version < '3.8'"} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-# zipp v2.0.0 dropped support for python3.5 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 # https://github.com/jaraco/zipp/commit/05a3c52b4d41690e0471a2e283cffb500dc0329a 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 zipp = "<2" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 |