From 865c36df39a6824447e8a99c3e487825698a28e0 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Sun, 22 Jun 2014 14:05:06 +0000 Subject: [PATCH] Fix requirements.txt so it installs (almost) well on CentOS --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0284383..8a326e8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,10 @@ Django>=1.6.5 -MySQL-python>=1.2.3 +MySQL-python>=1.2.0 PyPDF2>=1.13 Pygments>=1.1.1 django-compressor>=1.4 django-taggit>=0.12 -html5lib>=0.999 +html5lib>=0.90 python-memcached>=1.43 reportlab>=2.2 -xhtml2pdf>=0.0.6 +xhtml2pdf>=0.0.5