Merge pull request #708 from nikolas/html5lib-0.9999999
Update html5lib to 0.9999999 and fix URL
This commit is contained in:
@@ -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/
|
||||
|
@@ -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
|
||||
|
6
tox.ini
6
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
|
||||
|
Reference in New Issue
Block a user