Updated requirements
This commit is contained in:
parent
6a4c8a674f
commit
6a72defd93
|
@ -2,16 +2,16 @@
|
|||
# like Pillow and psycopg2
|
||||
# See http://bitly.com/wheel-building-fails-CPython-35
|
||||
# Verified bug on Python 3.5.1
|
||||
wheel==0.31.1
|
||||
wheel==0.32.2
|
||||
# Bleeding edge Django
|
||||
django==2.1.2
|
||||
django-dynamic-filenames==1.1.3
|
||||
django==2.1.3
|
||||
django-dynamic-filenames==1.1.4
|
||||
# Configuration
|
||||
django-environ==0.4.5
|
||||
whitenoise==4.1
|
||||
# Static and Media Storage
|
||||
# ------------------------------------------------
|
||||
boto3==1.9.5
|
||||
boto3==1.9.37
|
||||
django-storages==1.7.1
|
||||
# django-storages-redux==1.3.2
|
||||
|
||||
|
@ -20,7 +20,7 @@ django-storages==1.7.1
|
|||
django-braces==1.13.0
|
||||
django-crispy-forms==1.7.2
|
||||
|
||||
django-extensions==2.1.2
|
||||
django-extensions==2.1.3
|
||||
Werkzeug==0.14.1
|
||||
|
||||
# Models
|
||||
|
@ -28,11 +28,11 @@ django-stdimage==4.0.0
|
|||
django-model-utils==3.1.2
|
||||
|
||||
# Images
|
||||
Pillow==5.2.0
|
||||
Pillow==5.3.0
|
||||
|
||||
# For user registration, either via email or social
|
||||
# Well-built with regular release cycles!
|
||||
django-allauth==0.37.1
|
||||
django-allauth==0.38.0
|
||||
|
||||
|
||||
# Python-PostgreSQL Database Adapter
|
||||
|
@ -42,7 +42,7 @@ psycopg2==2.7.5
|
|||
awesome-slugify==1.6.5
|
||||
|
||||
# Time zones support
|
||||
pytz==2018.5
|
||||
pytz==2018.7
|
||||
|
||||
# Redis support
|
||||
django-redis==4.9.0
|
||||
|
@ -55,12 +55,12 @@ django-compressor==2.2
|
|||
#fix for use with s3 buckets merged in master, so next release we can remove this
|
||||
#django-sass-processor==0.5.7
|
||||
git+https://github.com/jrief/django-sass-processor.git
|
||||
libsass==0.15.0
|
||||
libsass==0.15.1
|
||||
lxml==4.2.5
|
||||
|
||||
# WSGI Handler
|
||||
# ------------------------------------------------
|
||||
gevent==1.3.6
|
||||
gevent==1.3.7
|
||||
gunicorn==19.9.0
|
||||
#https://github.com/jonashaag/bjoern
|
||||
#bjoern
|
||||
|
@ -68,13 +68,13 @@ gunicorn==19.9.0
|
|||
# Your custom requirements go here
|
||||
mock==2.0.0
|
||||
|
||||
gocardless_pro==1.8.0
|
||||
braintree==3.48.0
|
||||
gocardless_pro==1.9.0
|
||||
braintree==3.49.0
|
||||
|
||||
django-autofixture==0.12.1
|
||||
git+git://github.com/django-wiki/django-wiki.git
|
||||
django-wiki==0.4.1
|
||||
|
||||
djangorestframework==3.8.2
|
||||
djangorestframework==3.9.0
|
||||
djangorestframework-jwt==1.11.0
|
||||
django-filter==2.0.0
|
||||
coreapi==2.3.3
|
||||
|
@ -85,19 +85,18 @@ martor==1.3.3
|
|||
django-spirit==0.6.1
|
||||
django-djconfig==0.8.0
|
||||
django-haystack==2.8.1
|
||||
git+https://github.com/nitely/Spirit.git
|
||||
django-xforwardedfor-middleware==2.0
|
||||
|
||||
# Application queue celery
|
||||
celery==4.2.1
|
||||
django-celery-results==1.0.1
|
||||
django-celery-beat==1.1.1
|
||||
django-celery-beat==1.2.0
|
||||
|
||||
argon2-cffi==18.3.0
|
||||
django-cors-headers==2.4.0
|
||||
python-magic==0.4.15
|
||||
ldap3==2.5.1
|
||||
bcrypt==3.1.4
|
||||
python-twitter==3.4.2
|
||||
python-twitter==3.5
|
||||
feedparser==5.2.1
|
||||
PyJWT==1.6.4
|
||||
PyJWT==1.6.4
|
||||
|
|
Loading…
Reference in New Issue