Skip to content
This repository has been archived by the owner on Jan 11, 2021. It is now read-only.

Commit

Permalink
Added Django to the required packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixxm authored and Alexander Gaevsky committed Nov 19, 2018
1 parent 2e2fbc8 commit 0a7c6ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
'coreapi>=2.3.0',
'openapi-codec>=1.3.1',
'djangorestframework>=3.5.4',
'Django>=1.8',
'simplejson'
],
packages=['rest_framework_swagger'],
Expand All @@ -64,6 +65,7 @@
'Framework :: Django :: 1.9',
'Framework :: Django :: 1.10',
'Framework :: Django :: 1.11',
'Framework :: Django :: 2.0',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
Expand Down

0 comments on commit 0a7c6ce

Please sign in to comment.