diff options
author | Dan McGee <dan@archlinux.org> | 2012-10-18 09:01:46 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-10-18 09:01:46 -0500 |
commit | 072b5b2a6baf2c014168e4fff1a1f2fb8f652e52 (patch) | |
tree | a7fd0a8db1d735db64511ff737d61791cc780306 /requirements.txt | |
parent | abd4b6c6d8541955f327b4adc50cf2031ebe6781 (diff) |
Bump requirements
Move to the 1.4.2 Django security release, and update django-countries
to 1.4.
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 a80ce88a..51f15a0f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -Django==1.4.1 +Django==1.4.2 Markdown==2.2.0 South==0.7.6 -django-countries==1.3 +django-countries==1.4 pgpdump==1.3 pytz>=2012f |