diff options
author | Dan McGee <dan@archlinux.org> | 2013-09-30 20:01:14 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2013-09-30 20:45:10 -0500 |
commit | b3321537d3ec91fd6f8d1123881a94a0490f1bdc (patch) | |
tree | 7f959a70b39d44223ea99882eb4d79749a64d728 | |
parent | 8b3aa69158db4284c8d8005ce3a0f517bdac3078 (diff) |
Bump jsmin requirements version
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r-- | requirements.txt | 2 | ||||
-rw-r--r-- | requirements_prod.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index ac873e63..53aaa05c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ Markdown==2.3.1 South==0.8.2 bencode==1.0 django-countries==1.5 -jsmin==2.0.3 +jsmin==2.0.4 pgpdump==1.4 pytz>=2013b diff --git a/requirements_prod.txt b/requirements_prod.txt index 79299c86..7cc19970 100644 --- a/requirements_prod.txt +++ b/requirements_prod.txt @@ -5,7 +5,7 @@ Markdown==2.3.1 South==0.8.2 bencode==1.0 django-countries==1.5 -jsmin==2.0.3 +jsmin==2.0.4 pgpdump==1.4 psycopg2==2.5.1 pyinotify==0.9.4 |