diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-12-12 19:39:46 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-12-12 19:39:46 -0500 |
commit | 482ada7da21540dc62a1daeed4963bd591a77e00 (patch) | |
tree | efb3fc5b14bdb2f8838dfc37b09c56f3c6a2ae8c /requirements_prod.txt | |
parent | cdfa6c1195bb6feb812bffc981183f0758ca5e2f (diff) | |
parent | cbdcb08557112f53ddcf074b950ee0950e12a045 (diff) |
Merge tag 'release_2012-04-02'
Signing page changes, other tweaks
Conflicts:
README
local_settings.py.example
requirements_prod.txt
urls.py
Diffstat (limited to 'requirements_prod.txt')
-rw-r--r-- | requirements_prod.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements_prod.txt b/requirements_prod.txt index 80fa2b5b..bb67fc5b 100644 --- a/requirements_prod.txt +++ b/requirements_prod.txt @@ -1,8 +1,8 @@ -Django==1.4 +Django>=1.4 Markdown>=2.1.1 -psycopg2 South>=0.7.4 pgpdump>=1.1 +psycopg2>=2.4.4 pyinotify>=0.9.2 python-memcached>=1.48 pytz>=2012b |