Skip to content

Commit

Permalink
requirements: Add python-memcached
Browse files Browse the repository at this point in the history
Memcached is used in production, so add it to requirements.

This should have been part of commit a0431f1, which added drf-jwt-2fa,
since it uses the Django cache framework.
  • Loading branch information
suutari-ai committed Feb 14, 2018
1 parent f5cfc99 commit 2fc5634
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ lxml
owslib

# Misc
pytz
django-cors-headers
python-memcached
pytz
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ psycopg2==2.7.3.2
pyjwt==1.5.3 # via djangorestframework-jwt
pyproj==1.9.5.1 # via owslib
python-dateutil==2.6.1 # via owslib
python-memcached==1.59
pytz==2017.3
raven==6.5.0
requests==2.18.4 # via owslib
six==1.11.0 # via django-environ, djangorestframework-gis, python-dateutil
six==1.11.0 # via django-environ, djangorestframework-gis, python-dateutil, python-memcached
urllib3==1.22 # via requests

0 comments on commit 2fc5634

Please sign in to comment.