Skip to content

Commit 47bde00

Browse files
committed
Update setup.py, docs
1 parent 4f2d1d9 commit 47bde00

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ urlpatterns = [
5252
## Requirements
5353
* Django 1.8+
5454
* Django REST framework 3.5.1+
55-
* Python 2.7, 3.5
55+
* Python 2.7, 3.5, 3.6
5656

5757

5858
## Testing

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
Django==1.10.4
2-
djangorestframework==3.5.3
3-
coreapi==2.1.1
4-
openapi-codec==1.2.1
1+
Django==1.10.6
2+
djangorestframework==3.6.0
3+
coreapi==2.3.0
4+
openapi-codec==1.3.1
55
simplejson==3.9.0
66

77
# Testing

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@
4343
name='django-rest-swagger',
4444
version=VERSION,
4545
install_requires=[
46-
'coreapi>=2.1.1',
47-
'openapi-codec>=1.2.1',
48-
'djangorestframework>=3.5.3',
46+
'coreapi>=2.3.0',
47+
'openapi-codec>=1.3.1',
48+
'djangorestframework>=3.5.4',
4949
'simplejson'
5050
],
5151
packages=['rest_framework_swagger'],
@@ -72,6 +72,7 @@
7272
'Programming Language :: Python :: 3',
7373
'Programming Language :: Python :: 2.7',
7474
'Programming Language :: Python :: 3.5',
75+
'Programming Language :: Python :: 3.6',
7576
'Topic :: Internet :: WWW/HTTP',
7677
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
7778
],

0 commit comments

Comments
 (0)