bump utils to bring in redis changes

also set redis url locally to be localhost. redis is disabled by
default so this won't do anything unless you set REDIS_ENABLED=1 as an
environment variable
This commit is contained in:
Leo Hemsted
2019-02-15 10:26:56 +00:00
parent f6367f2278
commit f6513613d3
3 changed files with 7 additions and 5 deletions

View File

@@ -97,6 +97,8 @@ class Development(Config):
ASSET_PATH = '/static/' ASSET_PATH = '/static/'
REDIS_URL = 'redis://localhost:6379/0'
class Test(Development): class Test(Development):
DEBUG = True DEBUG = True

View File

@@ -23,4 +23,4 @@ awscli-cwlogs>=1.4,<1.5
# Putting upgrade on hold due to v1.0.0 using sha512 instead of sha1 by default # Putting upgrade on hold due to v1.0.0 using sha512 instead of sha1 by default
itsdangerous==0.24 # pyup: <1.0.0 itsdangerous==0.24 # pyup: <1.0.0
git+https://github.com/alphagov/notifications-utils.git@31.0.0#egg=notifications-utils==31.0.0 git+https://github.com/alphagov/notifications-utils.git@31.2.0#egg=notifications-utils==31.2.0

View File

@@ -25,13 +25,13 @@ awscli-cwlogs>=1.4,<1.5
# Putting upgrade on hold due to v1.0.0 using sha512 instead of sha1 by default # Putting upgrade on hold due to v1.0.0 using sha512 instead of sha1 by default
itsdangerous==0.24 # pyup: <1.0.0 itsdangerous==0.24 # pyup: <1.0.0
git+https://github.com/alphagov/notifications-utils.git@31.0.0#egg=notifications-utils==31.0.0 git+https://github.com/alphagov/notifications-utils.git@31.2.0#egg=notifications-utils==31.2.0
## The following requirements were added by pip freeze: ## The following requirements were added by pip freeze:
awscli==1.16.100 awscli==1.16.105
bleach==3.0.2 bleach==3.0.2
boto3==1.6.16 boto3==1.6.16
botocore==1.12.90 botocore==1.12.95
certifi==2018.11.29 certifi==2018.11.29
chardet==3.0.4 chardet==3.0.4
Click==7.0 Click==7.0
@@ -48,7 +48,7 @@ jdcal==1.4
Jinja2==2.10 Jinja2==2.10
jmespath==0.9.3 jmespath==0.9.3
lml==0.0.9 lml==0.0.9
lxml==4.3.0 lxml==4.3.1
MarkupSafe==1.1.0 MarkupSafe==1.1.0
mistune==0.8.4 mistune==0.8.4
monotonic==1.5 monotonic==1.5