1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/funkwhale_ynh.git synced 2024-09-03 18:36:24 +02:00
funkwhale_ynh/sources/extra_files/app/api/requirements/base.txt

87 lines
1.9 KiB
Text
Raw Normal View History

2019-08-28 23:50:20 +02:00
# Bleeding edge Django
2020-05-17 19:29:18 +02:00
django>=3.0.5,<3.1; python_version > '3.5'
django>=2.2.12,<3; python_version < '3.6'
setuptools>=36
2019-08-28 23:50:20 +02:00
# Configuration
django-environ>=0.4,<0.5
# Images
Pillow>=6.2,<7
2019-08-28 23:50:20 +02:00
# For user registration, either via email or social
# Well-built with regular release cycles!
2020-05-17 19:29:18 +02:00
django-allauth>=0.41,<0.42
2019-08-28 23:50:20 +02:00
# Python-PostgreSQL Database Adapter
psycopg2-binary>=2.8,<=2.9
# Time zones support
2020-05-17 19:29:18 +02:00
pytz==2019.3
2019-08-28 23:50:20 +02:00
# Redis support
2020-05-17 19:29:18 +02:00
django-redis>=4.11,<4.12
redis>=3.4,<3.5
2019-08-28 23:50:20 +02:00
kombu>=4.5,<4.6
celery>=4.3,<4.4
# Your custom requirements go here
2020-05-17 19:29:18 +02:00
django-cors-headers>=3.2,<3.3
2019-08-28 23:50:20 +02:00
musicbrainzngs==0.6
2020-05-17 19:29:18 +02:00
djangorestframework>=3.11,<3.12
2019-08-28 23:50:20 +02:00
djangorestframework-jwt>=1.11,<1.12
2020-05-17 19:29:18 +02:00
arrow>=0.15.5,<0.16
2019-08-28 23:50:20 +02:00
persisting-theory>=0.2,<0.3
2020-05-17 19:29:18 +02:00
django-versatileimagefield>=2.0,<2.1
2019-08-28 23:50:20 +02:00
django-filter>=2.1,<2.2
django-rest-auth>=0.9,<0.10
2020-05-17 19:29:18 +02:00
# XXX: remove when we drop support for python 3.5
ipython>=7.10,<8; python_version > '3.5'
ipython>=7,<7.10; python_version < '3.6'
mutagen>=1.44,<1.45
2019-08-28 23:50:20 +02:00
pymemoize==1.0.3
2020-05-17 19:29:18 +02:00
django-dynamic-preferences>=1.8.1,<1.9
2019-08-28 23:50:20 +02:00
raven>=6.10,<7
python-magic==0.4.15
2020-05-17 19:29:18 +02:00
channels>=2.4,<2.5
# 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
cryptography>=2.8,<3
2019-08-28 23:50:20 +02:00
# requests-http-signature==0.0.3
# clone until the branch is merged and released upstream
git+https://github.com/EliotBerriot/requests-http-signature.git@signature-header-support
2020-05-17 19:29:18 +02:00
django-cleanup>=4,<4.1
2019-10-31 18:25:28 +01:00
requests>=2.22<2.23
pyOpenSSL>=19<20
2019-08-28 23:50:20 +02:00
# for LDAP authentication
2020-05-17 19:29:18 +02:00
python-ldap>=3.2.0,<3.3
django-auth-ldap>=2.1.0,<2.2
2019-08-28 23:50:20 +02:00
2020-05-17 19:29:18 +02:00
pydub>=0.23.1,<0.24
2019-08-28 23:50:20 +02:00
pyld==1.0.4
2020-05-17 19:29:18 +02:00
aiohttp>=3.6,<3.7
2019-08-28 23:50:20 +02:00
autobahn>=19.3.3
django-oauth-toolkit==1.2
2020-05-17 19:29:18 +02:00
django-storages>=1.9.1,<1.10
2019-08-28 23:50:20 +02:00
boto3<3
2020-05-17 19:29:18 +02:00
unicode-slugify==0.1.3
django-cacheops==4.2
click>=7,<8
service_identity==18.1.0
markdown>=3.2,<4
bleach>=3,<4
feedparser==6.0.0b3
watchdog==0.10.2