funquail/api/requirements/base.txt

74 lines
1.3 KiB
Text
Raw Normal View History

django~=3.2.3
2021-08-30 11:20:26 +02:00
setuptools~=57.4.0
# Configuration
2020-10-25 18:49:06 +01:00
django-environ~=0.4.0
# Images
2021-07-07 08:50:22 +02:00
Pillow~=8.3.0
django-allauth~=0.42.0
2021-07-05 04:33:39 +00:00
psycopg2~=2.9.1
# Time zones support
pytz==2021.1
# Redis support
2021-07-06 15:23:46 +02:00
django-redis~=5.0.0
2020-10-25 18:49:06 +01:00
redis~=3.5.0
2021-07-04 19:03:24 +00:00
kombu~=5.1.0
2021-07-04 19:03:24 +00:00
celery~=5.1.2
# Your custom requirements go here
django-cors-headers~=3.8.0
2020-08-20 12:47:53 +02:00
musicbrainzngs~=0.7.1
djangorestframework~=3.12.2
arrow~=1.1.0
2020-10-25 18:49:06 +01:00
persisting-theory~=0.2.0
django-versatileimagefield~=2.2.0
django-filter~=2.4.0
2020-10-25 18:49:06 +01:00
django-rest-auth~=0.9.0
2021-08-30 11:16:04 +02:00
ipython~=7.27.0
2020-10-25 18:49:06 +01:00
mutagen~=1.45.0
2020-10-25 18:49:06 +01:00
pymemoize~=1.0.0
2020-08-20 12:47:53 +02:00
django-dynamic-preferences~=1.10
2020-10-25 18:49:06 +01:00
python-magic~=0.4.0
channels~=3.0.3
2021-07-06 13:35:07 +00:00
channels_redis~=3.3.0
2021-07-06 16:28:31 +02:00
uvicorn[standard]~=0.14.0
gunicorn~=20.1.0
2018-03-12 23:15:39 +01:00
2021-12-13 20:43:39 +01:00
cryptography>=3.3.2
# requests-http-signature==0.0.3
# clone until the branch is merged and released upstream
git+https://github.com/agateblue/requests-http-signature.git@signature-header-support
django-cleanup~=5.2.0
2021-08-30 11:19:10 +02:00
requests~=2.26.0
pyOpenSSL~=20.0.1
2018-08-22 18:10:39 +00:00
# for LDAP authentication
2020-10-25 18:49:06 +01:00
python-ldap~=3.3.0
django-auth-ldap~=3.0.0
pydub~=0.25.1
2021-06-30 15:41:12 +00:00
pyld~=2.0.3
2021-03-07 15:17:57 +01:00
aiohttp~=3.7.4
2021-07-04 04:57:35 +00:00
django-oauth-toolkit~=1.5.0
django-storages~=1.11.1
boto3~=1.17.59
2020-10-25 18:49:06 +01:00
unicode-slugify~=0.1.0
django-cacheops~=6.0.0
2019-11-25 09:45:53 +01:00
service_identity~=21.1.0
2020-10-25 18:49:06 +01:00
click~=7.1.0
markdown~=3.3.4
bleach~=3.3.0
feedparser~=6.0.0
watchdog~=2.1.2
2021-03-01 17:30:42 +01:00
## Pin third party dependency to avoid issue with latest version
asgiref==3.3.4 #1516