Skip to content

Commit

Permalink
Merge pull request #109 from c3g/update-drf
Browse files Browse the repository at this point in the history
Update DRF to 3.11
  • Loading branch information
zxenia committed Apr 28, 2020
2 parents 782a989 + dfae315 commit f3c382d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
alabaster==0.7.12
attrs==19.3.0
Babel==2.8.0
certifi==2019.11.28
certifi==2020.4.5.1
chardet==3.0.4
chord-lib==0.7.0
codecov==2.0.22
colorama==0.4.3
coreapi==2.3.3
coreschema==0.0.4
coverage==5.0.4
Django==2.2.11
coverage==5.1
Django==2.2.12
django-filter==2.2.0
django-nose==1.4.6
django-rest-swagger==2.2.0
djangorestframework==3.10.3
djangorestframework==3.11.0
djangorestframework-camel-case==1.1.2
docutils==0.16
elasticsearch==7.6.0
Expand All @@ -22,18 +22,18 @@ idna==2.9
imagesize==1.2.0
importlib-metadata==1.6.0
isodate==0.6.0
itypes==1.1.0
Jinja2==2.11.1
itypes==1.2.0
Jinja2==2.11.2
jsonschema==3.2.0
Markdown==3.2.1
MarkupSafe==1.1.1
more-itertools==8.2.0
nose==1.3.7
openapi-codec==1.3.2
packaging==20.3
psycopg2-binary==2.8.4
psycopg2-binary==2.8.5
Pygments==2.6.1
pyparsing==2.4.6
pyparsing==2.4.7
pyrsistent==0.16.0
python-dateutil==2.8.1
pytz==2019.3
Expand All @@ -57,7 +57,7 @@ sphinxcontrib-serializinghtml==1.1.4
sqlparse==0.3.1
strict-rfc3339==0.7
uritemplate==3.0.1
urllib3==1.25.8
urllib3==1.25.9
Werkzeug==1.0.1
wincertstore==0.2
zipp==3.1.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"Django>=2.2,<3.0",
"django-filter>=2.2,<3.0",
"django-nose>=1.4,<2.0",
"djangorestframework>=3.10,<3.11",
"djangorestframework>=3.11,<3.12",
"djangorestframework-camel-case>=1.1,<2.0",
"django-rest-swagger==2.2.0",
"elasticsearch==7.1.0",
Expand Down

0 comments on commit f3c382d

Please sign in to comment.