diff options
author | Dan McGee <dan@archlinux.org> | 2014-05-18 21:28:09 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2014-05-18 21:28:09 -0500 |
commit | e660aa18eb7051399fda5fa07f3798c42d6d6de3 (patch) | |
tree | aeab5e891e654d0733e362eed810cbfa646b9459 /requirements.txt | |
parent | fa5414a72ac866a3162e74970427aeaaf8134cce (diff) |
Bump some requirements
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index 3f95a583..be29db23 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 |