Skip to content

Commit

Permalink
Remove the cache dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Jul 4, 2024
1 parent 85dc6c3 commit 966b18a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion conf/_env
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Only used for building
DEBUG=False
DATABASE_URL=postgres://localhost:5432/postgres
CACHE_URL=hiredis://localhost:6379/1/
SECRET_KEY=unsafe
ALLOWED_HOSTS=["*", ".localhost"]
2 changes: 0 additions & 2 deletions requirements-to-freeze.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ django-debug-toolbar
django-ratelimit
django>=5.1b1
granian
hiredis
polib
psycopg[binary]
redis
sentry-sdk
speckenv
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,11 @@ django-canonical-domain==0.9.2
django-debug-toolbar==4.4.2
django-ratelimit==4.1.0
granian==1.4.4
hiredis==2.3.2
idna==3.7
oauthlib==3.2.2
polib==1.2.0
psycopg==3.2.1
psycopg-binary==3.2.1
redis==5.1.0b7
requests==2.32.3
requests-oauthlib==2.0.0
sentry-sdk==2.7.1
Expand Down

0 comments on commit 966b18a

Please sign in to comment.