diff --git a/README.rst b/README.rst index cf84f58..4ebfcf8 100644 --- a/README.rst +++ b/README.rst @@ -71,7 +71,7 @@ The in-development version of Django Compressor can be installed with .. _BeautifulSoup: http://www.crummy.com/software/BeautifulSoup/ .. _lxml: http://lxml.de/ -.. _html5lib: http://code.google.com/p/html5lib/ +.. _html5lib: https://github.com/html5lib/html5lib-python .. _YUI CSS and JS: http://developer.yahoo.com/yui/compressor/ .. _yUglify CSS and JS: https://github.com/yui/yuglify .. _Closure Compiler: http://code.google.com/closure/compiler/ diff --git a/requirements/tests.txt b/requirements/tests.txt index c2deff1..1d1e586 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,6 +1,6 @@ flake8==2.4.0 coverage==3.7.1 -html5lib==0.999 +html5lib==0.9999999 mock==1.0.1 Jinja2==2.7.3 lxml==3.4.2 diff --git a/tox.ini b/tox.ini index 8e01cfe..e57e5da 100644 --- a/tox.ini +++ b/tox.ini @@ -2,7 +2,7 @@ two = flake8==2.4.0 coverage==3.7.1 - html5lib==0.999 + html5lib==0.9999999 mock==1.0.1 Jinja2==2.7.3 lxml==3.4.2 @@ -15,7 +15,7 @@ two = three = flake8==2.4.0 coverage==3.7.1 - html5lib==0.999 + html5lib==0.9999999 mock==1.0.1 Jinja2==2.7.3 lxml==3.4.2 @@ -28,7 +28,7 @@ three = three_two = flake8==2.4.0 coverage==3.7.1 - html5lib==0.999 + html5lib==0.9999999 mock==1.0.1 Jinja2==2.6 lxml==3.4.2