mirror of
				https://github.com/docker/compose.git
				synced 2025-11-03 21:25:21 +01:00 
			
		
		
		
	Bump Docker Python SDK version
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
		
							parent
							
								
									d93caf96b9
								
							
						
					
					
						commit
						649604d88d
					
				@ -2,7 +2,7 @@ backports.ssl-match-hostname==3.5.0.1; python_version < '3'
 | 
				
			|||||||
cached-property==1.3.0
 | 
					cached-property==1.3.0
 | 
				
			||||||
certifi==2017.4.17
 | 
					certifi==2017.4.17
 | 
				
			||||||
chardet==3.0.4
 | 
					chardet==3.0.4
 | 
				
			||||||
docker==3.0.0
 | 
					docker==3.0.1
 | 
				
			||||||
docker-pycreds==0.2.1
 | 
					docker-pycreds==0.2.1
 | 
				
			||||||
dockerpty==0.4.1
 | 
					dockerpty==0.4.1
 | 
				
			||||||
docopt==0.6.2
 | 
					docopt==0.6.2
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										2
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								setup.py
									
									
									
									
									
								
							@ -36,7 +36,7 @@ install_requires = [
 | 
				
			|||||||
    'requests >= 2.6.1, != 2.11.0, != 2.12.2, != 2.18.0, < 2.19',
 | 
					    'requests >= 2.6.1, != 2.11.0, != 2.12.2, != 2.18.0, < 2.19',
 | 
				
			||||||
    'texttable >= 0.9.0, < 0.10',
 | 
					    'texttable >= 0.9.0, < 0.10',
 | 
				
			||||||
    'websocket-client >= 0.32.0, < 1.0',
 | 
					    'websocket-client >= 0.32.0, < 1.0',
 | 
				
			||||||
    'docker >= 3.0.0, < 4.0',
 | 
					    'docker >= 3.0.1, < 4.0',
 | 
				
			||||||
    'dockerpty >= 0.4.1, < 0.5',
 | 
					    'dockerpty >= 0.4.1, < 0.5',
 | 
				
			||||||
    'six >= 1.3.0, < 2',
 | 
					    'six >= 1.3.0, < 2',
 | 
				
			||||||
    'jsonschema >= 2.5.1, < 3',
 | 
					    'jsonschema >= 2.5.1, < 3',
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user