mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-12-02 13:53:43 +03:00
Fixes min reqs
This commit is contained in:
parent
a87a458ccf
commit
7331e63201
4
setup.py
4
setup.py
|
@ -12,7 +12,7 @@ f.close()
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='dj-rest-auth',
|
name='dj-rest-auth',
|
||||||
version='0.9.5',
|
version='0.1.0',
|
||||||
author='iMerica',
|
author='iMerica',
|
||||||
author_email='imichael@pm.me',
|
author_email='imichael@pm.me',
|
||||||
url='http://github.com/iMerica/dj-rest-auth',
|
url='http://github.com/iMerica/dj-rest-auth',
|
||||||
|
@ -23,7 +23,7 @@ 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.11',
|
||||||
'djangorestframework>=3.1.3',
|
'djangorestframework>=3.1.3',
|
||||||
],
|
],
|
||||||
extras_require={
|
extras_require={
|
||||||
|
|
Loading…
Reference in New Issue
Block a user