diff options
author | Dan McGee <dan@archlinux.org> | 2015-02-15 13:09:55 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2015-02-15 13:09:55 -0600 |
commit | f3214b4b03cc7cc8c4317aae8c8f3353c3f01049 (patch) | |
tree | 6c21317806bb53fa08ac0f4d54a5b2d9b86708ce | |
parent | ba6ae553c21374b1faf401712ac9d717e27ebe7d (diff) |
Requirements updates for various packages
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r-- | requirements.txt | 4 | ||||
-rw-r--r-- | requirements_prod.txt | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/requirements.txt b/requirements.txt index 59e25720..fdca7bee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ Markdown==2.5.2 MarkupSafe==0.23 bencode==1.0 django-countries==3.1.1 -django-jinja==1.1.0 -jsmin==2.1.0 +django-jinja==1.1.1 +jsmin==2.1.1 pgpdump==1.5 pytz>=2014.10 diff --git a/requirements_prod.txt b/requirements_prod.txt index d6481a2e..edb94707 100644 --- a/requirements_prod.txt +++ b/requirements_prod.txt @@ -6,10 +6,10 @@ Markdown==2.5.2 MarkupSafe==0.23 bencode==1.0 django-countries==3.1.1 -django-jinja==1.1.0 -jsmin==2.1.0 +django-jinja==1.1.1 +jsmin==2.1.1 pgpdump==1.5 -psycopg2==2.5.4 +psycopg2==2.6 pyinotify==0.9.5 python-memcached==1.53 pytz>=2014.10 |