aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--requirements.txt2
-rw-r--r--thatcomputerscientist/settings.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt
index 59e7960d..189e5d8e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -12,6 +12,7 @@ bs4
jellyfish
fuzzywuzzy
selenium
+django-haystack
channels
channels_redis
daphne
@@ -20,3 +21,4 @@ numpy
scikit-learn
akismet
apscheduler
+django-sslserver
diff --git a/thatcomputerscientist/settings.py b/thatcomputerscientist/settings.py
index e51a0257..8632a951 100644
--- a/thatcomputerscientist/settings.py
+++ b/thatcomputerscientist/settings.py
@@ -59,10 +59,8 @@ INSTALLED_APPS = [
'django.contrib.sites',
'django.contrib.sitemaps',
'sslserver',
- 'rest_framework',
'thatcomputerscientist',
'haystack',
- 'django_hosts',
'blog.apps.BlogConfig',
'users',
'userpages',