Merge branch 'fix-requirements' into 'develop'
Fixed requirements specifications See merge request funkwhale/funkwhale!1230
This commit is contained in:
commit
ced49a4365
|
@ -1,74 +1,74 @@
|
||||||
django~=3.0.8
|
django~=3.0.8
|
||||||
setuptools>=49
|
setuptools>=49
|
||||||
# Configuration
|
# Configuration
|
||||||
django-environ~=0.4
|
django-environ~=0.4.0
|
||||||
|
|
||||||
# Images
|
# Images
|
||||||
Pillow~=7.0
|
Pillow~=7.0.0
|
||||||
|
|
||||||
django-allauth~=0.42.0
|
django-allauth~=0.42.0
|
||||||
|
|
||||||
psycopg2-binary~=2.8
|
psycopg2-binary~=2.8.0
|
||||||
|
|
||||||
# Time zones support
|
# Time zones support
|
||||||
pytz==2020.1
|
pytz==2020.1
|
||||||
|
|
||||||
# Redis support
|
# Redis support
|
||||||
django-redis~=4.12
|
django-redis~=4.12.0
|
||||||
redis~=3.5
|
redis~=3.5.0
|
||||||
kombu~=4.6
|
kombu~=4.6.0
|
||||||
|
|
||||||
celery~=4.4
|
celery~=4.4.0
|
||||||
|
|
||||||
|
|
||||||
# Your custom requirements go here
|
# Your custom requirements go here
|
||||||
django-cors-headers~=3.4
|
django-cors-headers~=3.4.0
|
||||||
musicbrainzngs~=0.7.1
|
musicbrainzngs~=0.7.1
|
||||||
djangorestframework~=3.11
|
djangorestframework~=3.11.0
|
||||||
djangorestframework-jwt~=1.11
|
djangorestframework-jwt~=1.11.0
|
||||||
arrow~=0.15.5
|
arrow~=0.15.5
|
||||||
persisting-theory~=0.2
|
persisting-theory~=0.2.0
|
||||||
django-versatileimagefield~=2.0
|
django-versatileimagefield~=2.0.0
|
||||||
django-filter~=2.3
|
django-filter~=2.3.0
|
||||||
django-rest-auth~=0.9
|
django-rest-auth~=0.9.0
|
||||||
ipython~=7.10
|
ipython~=7.10.0
|
||||||
mutagen~=1.45
|
mutagen~=1.45.0
|
||||||
|
|
||||||
pymemoize~=1.0
|
pymemoize~=1.0.0
|
||||||
|
|
||||||
django-dynamic-preferences~=1.10
|
django-dynamic-preferences~=1.10
|
||||||
raven~=6.10
|
raven~=6.10.0
|
||||||
python-magic~=0.4
|
python-magic~=0.4.0
|
||||||
channels~=2.4
|
channels~=2.4.0
|
||||||
channels_redis~=3.0
|
channels_redis~=3.0.0
|
||||||
uvicorn[standard]~=0.12
|
uvicorn[standard]~=0.12.0
|
||||||
gunicorn~=20.0
|
gunicorn~=20.0.0
|
||||||
|
|
||||||
cryptography~=2.9
|
cryptography~=2.9.0
|
||||||
# requests-http-signature==0.0.3
|
# requests-http-signature==0.0.3
|
||||||
# clone until the branch is merged and released upstream
|
# clone until the branch is merged and released upstream
|
||||||
git+https://github.com/EliotBerriot/requests-http-signature.git@signature-header-support
|
git+https://github.com/EliotBerriot/requests-http-signature.git@signature-header-support
|
||||||
django-cleanup~=5.0
|
django-cleanup~=5.0.0
|
||||||
requests~=2.24
|
requests~=2.24.0
|
||||||
pyOpenSSL~=19.1
|
pyOpenSSL~=19.1.0
|
||||||
|
|
||||||
# for LDAP authentication
|
# for LDAP authentication
|
||||||
python-ldap~=3.3
|
python-ldap~=3.3.0
|
||||||
django-auth-ldap~=2.2
|
django-auth-ldap~=2.2.0
|
||||||
|
|
||||||
pydub~=0.24
|
pydub~=0.24.0
|
||||||
pyld~=1.0
|
pyld~=1.0.0
|
||||||
aiohttp~=3.6
|
aiohttp~=3.6.0
|
||||||
|
|
||||||
django-oauth-toolkit~=1.3
|
django-oauth-toolkit~=1.3.0
|
||||||
django-storages~=1.9
|
django-storages~=1.9.0
|
||||||
boto3~=1.14
|
boto3~=1.14.0
|
||||||
unicode-slugify~=0.1
|
unicode-slugify~=0.1.0
|
||||||
django-cacheops~=5.0
|
django-cacheops~=5.0.0
|
||||||
|
|
||||||
click~=7.1
|
click~=7.1.0
|
||||||
service_identity~=18.1
|
service_identity~=18.1.0
|
||||||
markdown~=3.2
|
markdown~=3.2.0
|
||||||
bleach~=3.1
|
bleach~=3.1.0
|
||||||
feedparser==6.0.0b3
|
feedparser==6.0.0b3
|
||||||
watchdog~=0.10
|
watchdog~=0.10.0
|
||||||
|
|
|
@ -1,20 +1,20 @@
|
||||||
# Local development dependencies go here
|
# Local development dependencies go here
|
||||||
|
|
||||||
coverage~=4.5
|
coverage~=4.5.0
|
||||||
django_coverage_plugin~=1.6
|
django_coverage_plugin~=1.6.0
|
||||||
factory_boy~=2.11
|
factory_boy~=2.11.0
|
||||||
|
|
||||||
# django-debug-toolbar that works with Django 1.5+
|
# django-debug-toolbar that works with Django 1.5+
|
||||||
django-debug-toolbar~=2.2
|
django-debug-toolbar~=2.2.0
|
||||||
|
|
||||||
# improved REPL
|
# improved REPL
|
||||||
ipdb~=0.11
|
ipdb~=0.11.0
|
||||||
prompt_toolkit~=2.0
|
prompt_toolkit~=2.0.0
|
||||||
black==19.10b0
|
black==19.10b0
|
||||||
#profiling
|
#profiling
|
||||||
|
|
||||||
asynctest~=0.12
|
asynctest~=0.12.0
|
||||||
aioresponses~=0.6
|
aioresponses~=0.6.0
|
||||||
#line_profiler<3
|
#line_profiler<3
|
||||||
#https://github.com/dmclain/django-debug-toolbar-line-profiler/archive/master.zip
|
#https://github.com/dmclain/django-debug-toolbar-line-profiler/archive/master.zip
|
||||||
#django-silk
|
#django-silk
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
# Test dependencies go here.
|
# Test dependencies go here.
|
||||||
|
|
||||||
flake8~=3.8
|
flake8~=3.8.0
|
||||||
pytest~=6.0
|
pytest~=6.0.0
|
||||||
pytest-cov~=2.10
|
pytest-cov~=2.10.0
|
||||||
pytest-django~=3.9
|
pytest-django~=3.9.0
|
||||||
pytest-env~=0.6
|
pytest-env~=0.6.0
|
||||||
pytest-mock~=3.2
|
pytest-mock~=3.2.0
|
||||||
pytest-randomly~=3.4
|
pytest-randomly~=3.4.0
|
||||||
pytest-sugar~=0.9
|
pytest-sugar~=0.9.0
|
||||||
requests-mock~=1.8
|
requests-mock~=1.8.0
|
||||||
#pytest-profiling<1.4
|
#pytest-profiling<1.4
|
||||||
|
|
Loading…
Reference in New Issue