2017-06-23 21:00:42 +00:00
|
|
|
# Bleeding edge Django
|
2017-12-16 13:31:44 +00:00
|
|
|
django>=2.0,<2.1
|
2017-06-23 21:00:42 +00:00
|
|
|
|
|
|
|
# Configuration
|
2017-12-16 13:31:44 +00:00
|
|
|
django-environ>=0.4,<0.5
|
|
|
|
whitenoise>=3.3,<3.4
|
2017-06-23 21:00:42 +00:00
|
|
|
|
|
|
|
# Images
|
2017-12-16 13:31:44 +00:00
|
|
|
Pillow>=4.3,<4.4
|
2017-06-23 21:00:42 +00:00
|
|
|
|
|
|
|
# For user registration, either via email or social
|
|
|
|
# Well-built with regular release cycles!
|
2018-05-21 16:46:39 +00:00
|
|
|
django-allauth>=0.36,<0.37
|
2017-06-23 21:00:42 +00:00
|
|
|
|
|
|
|
|
|
|
|
# Python-PostgreSQL Database Adapter
|
2018-03-25 20:42:14 +00:00
|
|
|
psycopg2-binary>=2.7,<=2.8
|
2017-06-23 21:00:42 +00:00
|
|
|
|
|
|
|
# Time zones support
|
2017-12-16 13:31:44 +00:00
|
|
|
pytz==2017.3
|
2017-06-23 21:00:42 +00:00
|
|
|
|
|
|
|
# Redis support
|
2017-12-16 13:31:44 +00:00
|
|
|
django-redis>=4.5,<4.6
|
|
|
|
redis>=2.10,<2.11
|
2017-06-23 21:00:42 +00:00
|
|
|
|
|
|
|
|
2017-12-26 20:12:37 +00:00
|
|
|
celery>=4.1,<4.2
|
2017-06-23 21:00:42 +00:00
|
|
|
|
|
|
|
|
|
|
|
# Your custom requirements go here
|
2017-12-16 13:31:44 +00:00
|
|
|
django-cors-headers>=2.1,<2.2
|
2017-06-26 16:46:19 +00:00
|
|
|
musicbrainzngs==0.6
|
2017-12-16 13:31:44 +00:00
|
|
|
youtube_dl>=2017.12.14
|
|
|
|
djangorestframework>=3.7,<3.8
|
|
|
|
djangorestframework-jwt>=1.11,<1.12
|
2018-04-22 09:27:26 +00:00
|
|
|
oauth2client<4
|
2017-12-16 13:31:44 +00:00
|
|
|
google-api-python-client>=1.6,<1.7
|
|
|
|
arrow>=0.12,<0.13
|
|
|
|
persisting-theory>=0.2,<0.3
|
2018-07-13 12:10:39 +00:00
|
|
|
django-versatileimagefield>=1.9,<1.10
|
2017-12-16 13:31:44 +00:00
|
|
|
django-filter>=1.1,<1.2
|
|
|
|
django-rest-auth>=0.9,<0.10
|
|
|
|
beautifulsoup4>=4.6,<4.7
|
|
|
|
Markdown>=2.6,<2.7
|
|
|
|
ipython>=6,<7
|
|
|
|
mutagen>=1.39,<1.40
|
2017-06-29 21:26:57 +00:00
|
|
|
|
|
|
|
|
2017-12-16 13:31:44 +00:00
|
|
|
# Until this is merged
|
2018-01-09 20:22:05 +00:00
|
|
|
django-taggit>=0.22,<0.23
|
2017-06-29 21:26:57 +00:00
|
|
|
# Until this is merged
|
|
|
|
git+https://github.com/EliotBerriot/PyMemoize.git@django
|
|
|
|
|
2017-12-16 13:31:44 +00:00
|
|
|
django-dynamic-preferences>=1.5,<1.6
|
2017-12-26 20:12:37 +00:00
|
|
|
pyacoustid>=1.1.5,<1.2
|
2018-02-17 20:25:21 +00:00
|
|
|
raven>=6.5,<7
|
2018-02-18 21:06:10 +00:00
|
|
|
python-magic==0.4.15
|
|
|
|
ffmpeg-python==0.1.10
|
2018-02-25 12:05:01 +00:00
|
|
|
channels>=2,<2.1
|
|
|
|
channels_redis>=2.1,<2.2
|
2018-03-12 22:15:39 +00:00
|
|
|
|
|
|
|
daphne==2.0.4
|
2018-03-24 14:20:15 +00:00
|
|
|
cryptography>=2,<3
|
2018-03-30 19:59:58 +00: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
|
2018-05-28 20:17:36 +00:00
|
|
|
django-cleanup==2.1.0
|