mirror of
				https://github.com/graphql-python/graphene.git
				synced 2025-11-04 09:57:41 +03:00 
			
		
		
		
	Use latest graphql-core and promise lib
This commit is contained in:
		
							parent
							
								
									6ae9717415
								
							
						
					
					
						commit
						8bac3dc9e5
					
				
							
								
								
									
										6
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								setup.py
									
									
									
									
									
								
							| 
						 | 
				
			
			@ -83,9 +83,11 @@ setup(
 | 
			
		|||
 | 
			
		||||
    install_requires=[
 | 
			
		||||
        'six>=1.10.0',
 | 
			
		||||
        'graphql-core>=1.1',
 | 
			
		||||
        # 'graphql-core>=1.1',
 | 
			
		||||
        'https://github.com/graphql-python/graphql-core/archive/master.zip',
 | 
			
		||||
        'graphql-relay>=0.4.5',
 | 
			
		||||
        'promise>=2.0',
 | 
			
		||||
        #'promise>=2.0',
 | 
			
		||||
        'https://github.com/syrusakbary/promise/archive/master.zip',
 | 
			
		||||
    ],
 | 
			
		||||
    tests_require=tests_require,
 | 
			
		||||
    extras_require={
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user