mirror of
				https://github.com/graphql-python/graphene.git
				synced 2025-11-04 09:57:41 +03:00 
			
		
		
		
	Updated external dependencies
This commit is contained in:
		
							parent
							
								
									4a31c5a927
								
							
						
					
					
						commit
						da3683028e
					
				
							
								
								
									
										6
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								setup.py
									
									
									
									
									
								
							| 
						 | 
					@ -70,9 +70,9 @@ setup(
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    install_requires=[
 | 
					    install_requires=[
 | 
				
			||||||
        'six>=1.10.0',
 | 
					        'six>=1.10.0',
 | 
				
			||||||
        'graphql-core>=1.0',
 | 
					        'graphql-core>=1.0.1',
 | 
				
			||||||
        'graphql-relay>=0.4.4',
 | 
					        'graphql-relay>=0.4.5',
 | 
				
			||||||
        'promise',
 | 
					        'promise>=1.0.1',
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
    tests_require=[
 | 
					    tests_require=[
 | 
				
			||||||
        'pytest>=2.7.2',
 | 
					        'pytest>=2.7.2',
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user