Skip to content

Commit

Permalink
reduce minimal package requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
tfranzel committed Jun 16, 2020
1 parent 2b3014c commit 5ee02ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Django>=2.2
djangorestframework>=3.10
uritemplate>=3.0.0
uritemplate>=2.0.0
PyYAML>=5.1
jsonschema>=3.2.0
inflection>=0.4.0
jsonschema>=2.6.0
inflection>=0.3.1
4 changes: 2 additions & 2 deletions requirements/optionals.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
drf-jwt>=0.13.0
djangorestframework-simplejwt>=4.4.0
django-polymorphic>=2.1.2
django-polymorphic>=2.1
django-rest-polymorphic>=0.1.8
django-oauth-toolkit>=1.3.0
django-oauth-toolkit>=1.2.0
djangorestframework-camel-case>=1.1.2

0 comments on commit 5ee02ef

Please sign in to comment.