diff options
author | Dan McGee <dan@archlinux.org> | 2014-05-19 04:28:09 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2014-05-19 04:28:09 +0200 |
commit | e660aa18eb7051399fda5fa07f3798c42d6d6de3 (patch) | |
tree | aeab5e891e654d0733e362eed810cbfa646b9459 | |
parent | fa5414a72ac866a3162e74970427aeaaf8134cce (diff) | |
download | archweb-e660aa18eb7051399fda5fa07f3798c42d6d6de3.tar.gz archweb-e660aa18eb7051399fda5fa07f3798c42d6d6de3.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 | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/requirements.txt b/requirements.txt index 3f95a58..be29db2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -e git+git://github.com/fredj/cssmin.git@master#egg=cssmin -Django==1.6.4 +Django==1.6.5 IPy==0.81 Markdown==2.4 South==0.8.4 @@ -7,4 +7,4 @@ bencode==1.0 django-countries==2.1.2 jsmin==2.0.9 pgpdump==1.5 -pytz>=2014.2 +pytz>=2014.3 diff --git a/requirements_prod.txt b/requirements_prod.txt index 6df42e8..8d1aeb9 100644 --- a/requirements_prod.txt +++ b/requirements_prod.txt @@ -1,5 +1,5 @@ -e git+git://github.com/fredj/cssmin.git@master#egg=cssmin -Django==1.6.4 +Django==1.6.5 IPy==0.81 Markdown==2.4 South==0.8.4 @@ -7,7 +7,7 @@ bencode==1.0 django-countries==2.1.2 jsmin==2.0.9 pgpdump==1.5 -psycopg2==2.5.2 +psycopg2==2.5.3 pyinotify==0.9.4 python-memcached==1.53 -pytz>=2014.2 +pytz>=2014.3 |