diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-04-21 02:23:40 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-04-21 02:23:40 -0400 |
commit | 8ff271216f421594970631eec1ba156a8a35e561 (patch) | |
tree | e56af4f242621c0e0a20a30d9fe881edbc307feb /requirements_prod.txt | |
parent | 03fa7e4f27bdb39a8f8f5ed91a87d18bf8357b47 (diff) | |
parent | bb18fa3323a0494a2774ea61911572b089d04b6d (diff) |
Merge branch 'archweb' into archweb-generic2
Diffstat (limited to 'requirements_prod.txt')
-rw-r--r-- | requirements_prod.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/requirements_prod.txt b/requirements_prod.txt index 0913d32a..cde5f513 100644 --- a/requirements_prod.txt +++ b/requirements_prod.txt @@ -1,12 +1,13 @@ -e git+git://github.com/fredj/cssmin.git@master#egg=cssmin -Django==1.5 -Markdown==2.2.1 +Django==1.5.1 +IPy==0.81 +Markdown==2.3.1 South==0.7.6 bencode==1.0 django-countries==1.5 jsmin==2.0.2-1 pgpdump==1.4 -psycopg2==2.4.6 +psycopg2==2.5 pyinotify==0.9.4 python-memcached==1.48 -pytz>=2012j +pytz>=2013b |