mirror of
				https://github.com/Tivix/django-rest-auth.git
				synced 2025-11-04 09:37:35 +03:00 
			
		
		
		
	At install_requires, changed the versions of Django and djangorestframework to 2.0 and 3.7.0 respectively as path() wasn't introduced before it
This commit is contained in:
		
							parent
							
								
									a67cdb5a52
								
							
						
					
					
						commit
						854834a8cf
					
				
							
								
								
									
										4
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								setup.py
									
									
									
									
									
								
							| 
						 | 
					@ -27,8 +27,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.11',
 | 
					        'Django>=2.0',
 | 
				
			||||||
        'djangorestframework>=3.1.3',
 | 
					        'djangorestframework>=3.7.0',
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
    extras_require={
 | 
					    extras_require={
 | 
				
			||||||
        'with_social': ['django-allauth>=0.25.0'],
 | 
					        'with_social': ['django-allauth>=0.25.0'],
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user