Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jovuit
funkwhale
Commits
20f5416b
Unverified
Commit
20f5416b
authored
Apr 23, 2020
by
Agate
💬
Browse files
Fixed requirements issue on Raspian / Python 3.5
parent
19266ba3
Changes
1
Hide whitespace changes
Inline
Side-by-side
api/requirements/base.txt
View file @
20f5416b
...
...
@@ -48,8 +48,9 @@ django-dynamic-preferences>=1.8.1,<1.9
raven>=6.10,<7
python-magic==0.4.15
channels>=2.4,<2.5
# XXX: increase when compat with Python 3.5 isn't needed anymore
channels_redis>=2.3.2,<2.4
# XXX: remove when we drop support for python 3.5
channels_redis==2.2.1; python_version < '3.6'
channels_redis>=2.3.2,<2.4; python_version > '3.5'
uvicorn==0.8.6; python_version < '3.6'
uvicorn>=0.11.3,<0.12; python_version > '3.5'
gunicorn>=20.0.4,<20.1
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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