Removed django-rest-swagger from required library. It's only for dev.

This commit is contained in:
Silin Na 2014-04-30 13:56:26 -07:00
parent 93a3de57ff
commit 5a9f5afc36
2 changed files with 0 additions and 3 deletions

View File

@ -19,8 +19,6 @@ Installation
> django-registration>=1.0
>
> djangorestframework>=2.3.13
>
> django-rest-swagger>=0.1.14
2. Install this package.

View File

@ -31,7 +31,6 @@ setup(
'Django>=1.5.0',
'django-registration>=1.0',
'djangorestframework>=2.3.13',
'django-rest-swagger>=0.1.14',
],
test_suite='rest_auth.tests',
include_package_data=True,