aboutsummaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/requirements.txt b/requirements.txt
index 351aab2..470a624 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,11 +1,12 @@
-Django ==1.7.*
-django-pipeline ==1.4.*
+Django ==1.11.*
+django-pipeline ==1.6.*
mysqlclient ==1.4.*
feedparser ==5.1.*
-Pillow ==2.7.*
+Pillow ==6.1.*
workerpool ==0.9.*
python-memcached ==1.54
-python-openid ==2.2.*
+python-openid ==2.2.*; python_version < '3.0'
+python3-openid ==3.1.*; python_version >= '3.0'
requests-oauthlib ==0.4.*
beautifulsoup4 ==4.3.*
Markdown ==2.6.*

Return to:

Send suggestions and report system problems to the System administrator.