Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jovuit
funkwhale
Commits
4d5e4746
Verified
Commit
4d5e4746
authored
Jul 30, 2019
by
Eliot Berriot
Browse files
Updated Django Rest Framework to v3.10
parent
bb1a895a
Changes
2
Hide whitespace changes
Inline
Side-by-side
api/funkwhale_api/music/metadata.py
View file @
4d5e4746
import
base64
from
collections.abc
import
Mapping
import
datetime
import
logging
import
pendulum
...
...
@@ -9,7 +10,6 @@ import mutagen.oggvorbis
import
mutagen.flac
from
rest_framework
import
serializers
from
rest_framework.compat
import
Mapping
from
funkwhale_api.tags
import
models
as
tags_models
...
...
api/requirements/base.txt
View file @
4d5e4746
...
...
@@ -29,7 +29,7 @@ celery>=4.3,<4.4
# Your custom requirements go here
django-cors-headers>=2.5.3,<2.6
musicbrainzngs==0.6
djangorestframework>=3.
9
,<3.1
0
djangorestframework>=3.
10
,<3.1
1
djangorestframework-jwt>=1.11,<1.12
pendulum>=2,<3
persisting-theory>=0.2,<0.3
...
...
@@ -41,7 +41,7 @@ mutagen>=1.42,<1.43
pymemoize==1.0.3
django-dynamic-preferences>=1.7,<1.8
django-dynamic-preferences>=1.7
.1
,<1.8
raven>=6.10,<7
python-magic==0.4.15
# XXX: until https://github.com/django/channels/issues/1240 is fixed
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment