diff options
author | Dan McGee <dan@archlinux.org> | 2012-04-02 10:37:11 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-04-02 10:37:11 -0500 |
commit | cbdcb08557112f53ddcf074b950ee0950e12a045 (patch) | |
tree | 21a6be77c9ad902e6618573ca0185caf435315a9 | |
parent | 9eb5b4e607cd0886578da104617a6209aa89ec8d (diff) |
Fix missing = sign in requirements_prodrelease_2012-04-02
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r-- | requirements_prod.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements_prod.txt b/requirements_prod.txt index 517000a9..e43437de 100644 --- a/requirements_prod.txt +++ b/requirements_prod.txt @@ -2,7 +2,7 @@ Django==1.4 Markdown==2.1.1 South==0.7.4 pgpdump==1.1 -psycopg2=2.4.4 +psycopg2==2.4.4 pyinotify==0.9.3 python-memcached==1.48 pytz>=2012b |