mirror of
				https://github.com/ets-labs/python-dependency-injector.git
				synced 2025-11-04 18:07:44 +03:00 
			
		
		
		
	Add flask extras
This commit is contained in:
		
							parent
							
								
									fbd8ac254f
								
							
						
					
					
						commit
						176f8f77e8
					
				
							
								
								
									
										3
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								setup.py
									
									
									
									
									
								
							| 
						 | 
					@ -64,6 +64,9 @@ setup(name='dependency-injector',
 | 
				
			||||||
          'yaml': [
 | 
					          'yaml': [
 | 
				
			||||||
              'pyyaml',
 | 
					              'pyyaml',
 | 
				
			||||||
          ],
 | 
					          ],
 | 
				
			||||||
 | 
					          'flask': [
 | 
				
			||||||
 | 
					              'flask',
 | 
				
			||||||
 | 
					          ],
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      zip_safe=True,
 | 
					      zip_safe=True,
 | 
				
			||||||
      license='BSD New',
 | 
					      license='BSD New',
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user