mirror of
				https://github.com/graphql-python/graphene.git
				synced 2025-11-04 01:47:45 +03:00 
			
		
		
		
	Increase the allowed version of aniso8601 (#1072)
This commit is contained in:
		
							parent
							
								
									abc2c2a784
								
							
						
					
					
						commit
						e31b93d1fd
					
				
							
								
								
									
										2
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								setup.py
									
									
									
									
									
								
							| 
						 | 
					@ -82,7 +82,7 @@ setup(
 | 
				
			||||||
    install_requires=[
 | 
					    install_requires=[
 | 
				
			||||||
        "graphql-core>=3.0.0a0,<4",
 | 
					        "graphql-core>=3.0.0a0,<4",
 | 
				
			||||||
        "graphql-relay>=3.0.0a0,<4",
 | 
					        "graphql-relay>=3.0.0a0,<4",
 | 
				
			||||||
        "aniso8601>=6,<8",
 | 
					        "aniso8601>=6,<9",
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
    tests_require=tests_require,
 | 
					    tests_require=tests_require,
 | 
				
			||||||
    extras_require={"test": tests_require},
 | 
					    extras_require={"test": tests_require},
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user