summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2014-08-23 22:18:56 -0500
committerDan McGee <dan@archlinux.org>2014-09-01 18:26:05 -0500
commit345d756b889426723c63e0aee8a445df6573cd65 (patch)
tree4c1c9a365b04c3d1ad373fb473be2e0f3d9be9e2
parent4968aa94847efc020003fe4e1cfc2f490915d68d (diff)
downloadarchweb-345d756b889426723c63e0aee8a445df6573cd65.tar.gz
archweb-345d756b889426723c63e0aee8a445df6573cd65.zip
Update to a version of django-countries compatible with 1.7
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r--requirements.txt2
-rw-r--r--requirements_prod.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt
index a27bd35a..1888f8a1 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,10 +1,10 @@
-e git+git://github.com/fredj/cssmin.git@master#egg=cssmin
+-e git+git://github.com/SmileyChris/django-countries.git@a2c924074dbe2f0b9b3059bf70064aeadf5643ed#egg=django-countries
Django==1.6.6
IPy==0.81
Markdown==2.4.1
South==1.0
bencode==1.0
-django-countries==2.1.2
jsmin==2.0.11
pgpdump==1.5
pytz>=2014.7
diff --git a/requirements_prod.txt b/requirements_prod.txt
index a26ef54a..c6b06897 100644
--- a/requirements_prod.txt
+++ b/requirements_prod.txt
@@ -1,10 +1,10 @@
-e git+git://github.com/fredj/cssmin.git@master#egg=cssmin
+-e git+git://github.com/SmileyChris/django-countries.git@a2c924074dbe2f0b9b3059bf70064aeadf5643ed#egg=django-countries
Django==1.6.6
IPy==0.81
Markdown==2.4.1
South==1.0
bencode==1.0
-django-countries==2.1.2
jsmin==2.0.11
pgpdump==1.5
psycopg2==2.5.4