diff options
author | Dan McGee <dan@archlinux.org> | 2014-06-28 18:56:27 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2014-06-28 18:56:27 +0200 |
commit | 45f5ba71e76128bb266f6621b7eaec71af19ed2b (patch) | |
tree | f22d3fc85d0443b1d43a9cd324e182d089616e23 | |
parent | c51ff717d9bdfed86e604af1cbbaf2870176f031 (diff) | |
download | archweb-45f5ba71e76128bb266f6621b7eaec71af19ed2b.tar.gz archweb-45f5ba71e76128bb266f6621b7eaec71af19ed2b.tar.xz |
Bump some requirements
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r-- | requirements.txt | 4 | ||||
-rw-r--r-- | requirements_prod.txt | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/requirements.txt b/requirements.txt index 4de9aee..317e800 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ Markdown==2.4.1 South==0.8.4 bencode==1.0 django-countries==2.1.2 -jsmin==2.0.9 +jsmin==2.0.11 pgpdump==1.5 -pytz>=2014.3 +pytz>=2014.4 diff --git a/requirements_prod.txt b/requirements_prod.txt index 38f96f7..a4e338b 100644 --- a/requirements_prod.txt +++ b/requirements_prod.txt @@ -5,9 +5,9 @@ Markdown==2.4.1 South==0.8.4 bencode==1.0 django-countries==2.1.2 -jsmin==2.0.9 +jsmin==2.0.11 pgpdump==1.5 psycopg2==2.5.3 pyinotify==0.9.4 python-memcached==1.53 -pytz>=2014.3 +pytz>=2014.4 |