Compare commits

..

1 Commits

Author SHA1 Message Date
Oliver Marks 85fb38efff Turn of cache dir to save memory.
continuous-integration/drone/push Build is failing Details
2019-05-04 18:30:30 +01:00
2 changed files with 25 additions and 25 deletions

View File

@ -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.33.1
wheel==0.32.3
# Bleeding edge Django
django==2.2.1
django==2.1.7
django-dynamic-filenames==1.1.4
# Configuration
django-environ==0.4.5
whitenoise==4.1.2
# Static and Media Storage
# ------------------------------------------------
boto3==1.9.142
boto3==1.9.96
django-storages==1.7.1
# django-storages-redux==1.3.2
@ -20,29 +20,29 @@ django-storages==1.7.1
django-braces==1.13.0
django-crispy-forms==1.7.2
django-extensions==2.1.6
Werkzeug==0.15.2
django-extensions==2.1.5
Werkzeug==0.14.1
# Models
django-stdimage==4.0.1
django-model-utils==3.1.2
# Images
Pillow==6.0.0
Pillow==5.4.1
# For user registration, either via email or social
# Well-built with regular release cycles!
django-allauth==0.39.1
django-allauth==0.38.0
# Python-PostgreSQL Database Adapter
psycopg2==2.8.2
psycopg2==2.7.7
# Unicode slugification
awesome-slugify==1.6.5
# Time zones support
pytz==2019.1
pytz==2018.9
# Redis support
django-redis==4.10.0
@ -54,45 +54,45 @@ 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.18.0
lxml==4.3.3
libsass==0.17.0
lxml==4.3.1
# WSGI Handler
# ------------------------------------------------
gevent==1.4.0
gunicorn==19.9.0
#https://github.com/jonashaag/bjoern
bjoern==2.2.3
bjoern
# Your custom requirements go here
mock==3.0.4
mock==2.0.0
gocardless_pro==1.9.0
braintree==3.53.0
braintree==3.51.0
django-autofixture==0.12.1
wiki==0.4.4
djangorestframework==3.9.3
djangorestframework==3.9.1
djangorestframework-jwt==1.11.0
django-filter==2.1.0
coreapi==2.3.3
# api libraries end
martor==1.4.0
martor==1.3.8
django-spirit==0.7.1
django-djconfig==0.10.0
django-spirit==0.7.0
django-djconfig==0.9.0
django-haystack==2.8.1
django-xforwardedfor-middleware==2.0
# Application queue
huey[backends]==2.0.1
huey[backends]
argon2-cffi==19.1.0
django-cors-headers==2.5.3
django-cors-headers==2.4.0
python-magic==0.4.15
ldap3==2.6
ldap3==2.5.2
bcrypt==3.1.6
python-twitter==3.5
feedparser==5.2.1

View File

@ -2,15 +2,15 @@
-r base.txt
# linting
flake8==3.7.7 # pyup: != 2.6.0
flake8==3.7.5 # pyup: != 2.6.0
coverage==4.5.3
coverage==4.5.2
factory-boy==2.11.1
django-coverage-plugin==1.6.0
django-test-plus==1.1.1
pytest==4.4.1
pytest-django==3.4.8
# pytest
pytest-django==3.4.7
pytest-sugar==0.9.2
model_mommy==1.6.0