1
0
Fork 0

Update 'django-redis-cache' and 'sentry-sdk'

Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
merge-requests/353/head
Vasilis Tsiligiannis 2019-03-14 00:07:15 +02:00
parent bbdeeead97
commit a14b2fda6e
2 changed files with 5 additions and 6 deletions

View File

@ -19,7 +19,7 @@ django-crispy-forms==1.7.2
django-csp==3.4
django-filter==1.1.0
django-jsonfield==1.0.1
django-redis-cache==1.7.1
django-redis-cache==2.0.0
django-shortuuidfield==0.1.3
djangorestframework==3.7.7
dnspython==1.16.0
@ -44,13 +44,13 @@ python-dotenv==0.6.5
python-openid==2.2.5
pytz==2018.9
rcssmin==1.0.6
redis==2.10.6
redis==3.2.0
requests==2.21.0
requests-oauthlib==1.2.0
rjsmin==1.0.12
satellitetle==0.5.1
satnogsdecoders==0.7.2
sentry-sdk==0.6.9
sentry-sdk==0.7.6
sgp4==1.4
shortuuid==0.5.0
simplejson==3.16.0

View File

@ -32,10 +32,9 @@ install_requires =
mysqlclient~=1.3.0
gunicorn[eventlet]~=19.9.0
# Cache
django-redis-cache~=1.7.0
redis<3
django-redis-cache~=2.0.0
# Logging
sentry-sdk~=0.6.0
sentry-sdk~=0.7.0
# Configuration
python-decouple~=3.1.0
dj-database-url~=0.5.0