forked from goodboy/tractor
				
			Pin pre-0.22 bc exception groups break everything
							parent
							
								
									6a0337b69d
								
							
						
					
					
						commit
						dc295ab227
					
				
							
								
								
									
										4
									
								
								setup.py
								
								
								
								
							
							
						
						
									
										4
									
								
								setup.py
								
								
								
								
							| 
						 | 
					@ -43,7 +43,9 @@ setup(
 | 
				
			||||||
    install_requires=[
 | 
					    install_requires=[
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        # trio related
 | 
					        # trio related
 | 
				
			||||||
        'trio >= 0.20',
 | 
					        # proper range spec:
 | 
				
			||||||
 | 
					        # https://packaging.python.org/en/latest/discussions/install-requires-vs-requirements/#id5
 | 
				
			||||||
 | 
					        'trio >= 0.20, < 0.22',
 | 
				
			||||||
        'async_generator',
 | 
					        'async_generator',
 | 
				
			||||||
        'trio_typing',
 | 
					        'trio_typing',
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue