mirror of
				https://github.com/Tivix/django-rest-auth.git
				synced 2025-11-04 09:37:35 +03:00 
			
		
		
		
	fix: revert setup.py changes
This commit is contained in:
		
							parent
							
								
									be2ac99a34
								
							
						
					
					
						commit
						2c1649daf1
					
				
							
								
								
									
										4
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								setup.py
									
									
									
									
									
								
							| 
						 | 
					@ -28,8 +28,8 @@ setup(
 | 
				
			||||||
    keywords='django rest auth registration rest-framework django-registration api',
 | 
					    keywords='django rest auth registration rest-framework django-registration api',
 | 
				
			||||||
    zip_safe=False,
 | 
					    zip_safe=False,
 | 
				
			||||||
    install_requires=[
 | 
					    install_requires=[
 | 
				
			||||||
        'Django==1.8.0',
 | 
					        'Django>=1.8.0',
 | 
				
			||||||
        'djangorestframework==3.1.3',
 | 
					        'djangorestframework>=3.1.3',
 | 
				
			||||||
        'six>=1.9.0',
 | 
					        'six>=1.9.0',
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
    extras_require={
 | 
					    extras_require={
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user