mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2025-05-02 14:23:44 +03:00
Removed django-rest-swagger from required library. It's only for dev.
This commit is contained in:
parent
93a3de57ff
commit
5a9f5afc36
|
@ -19,8 +19,6 @@ Installation
|
||||||
> django-registration>=1.0
|
> django-registration>=1.0
|
||||||
>
|
>
|
||||||
> djangorestframework>=2.3.13
|
> djangorestframework>=2.3.13
|
||||||
>
|
|
||||||
> django-rest-swagger>=0.1.14
|
|
||||||
|
|
||||||
2. Install this package.
|
2. Install this package.
|
||||||
|
|
||||||
|
|
1
setup.py
1
setup.py
|
@ -31,7 +31,6 @@ setup(
|
||||||
'Django>=1.5.0',
|
'Django>=1.5.0',
|
||||||
'django-registration>=1.0',
|
'django-registration>=1.0',
|
||||||
'djangorestframework>=2.3.13',
|
'djangorestframework>=2.3.13',
|
||||||
'django-rest-swagger>=0.1.14',
|
|
||||||
],
|
],
|
||||||
test_suite='rest_auth.tests',
|
test_suite='rest_auth.tests',
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user