File tree 3 files changed +9
-8
lines changed
3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ urlpatterns = [
52
52
## Requirements
53
53
* Django 1.8+
54
54
* Django REST framework 3.5.1+
55
- * Python 2.7, 3.5
55
+ * Python 2.7, 3.5, 3.6
56
56
57
57
58
58
## Testing
Original file line number Diff line number Diff line change 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
5
5
simplejson == 3.9.0
6
6
7
7
# Testing
Original file line number Diff line number Diff line change 43
43
name = 'django-rest-swagger' ,
44
44
version = VERSION ,
45
45
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 ' ,
49
49
'simplejson'
50
50
],
51
51
packages = ['rest_framework_swagger' ],
72
72
'Programming Language :: Python :: 3' ,
73
73
'Programming Language :: Python :: 2.7' ,
74
74
'Programming Language :: Python :: 3.5' ,
75
+ 'Programming Language :: Python :: 3.6' ,
75
76
'Topic :: Internet :: WWW/HTTP' ,
76
77
'Topic :: Internet :: WWW/HTTP :: Dynamic Content' ,
77
78
],
You can’t perform that action at this time.
0 commit comments