Removed bleach.
This commit is contained in:
parent
09a3f22fda
commit
2dacdc8e87
@ -248,8 +248,6 @@ OpenSlides uses the following projects or parts of them:
|
|||||||
* `Beautiful Soup <http://www.crummy.com/software/BeautifulSoup/>`_,
|
* `Beautiful Soup <http://www.crummy.com/software/BeautifulSoup/>`_,
|
||||||
License: MIT
|
License: MIT
|
||||||
|
|
||||||
* `Bleach <https://github.com/jsocol/bleach/>`_, License: BSD
|
|
||||||
|
|
||||||
* `Bootstrap <http://getbootstrap.com/2.3.2/>`_, License: Apache
|
* `Bootstrap <http://getbootstrap.com/2.3.2/>`_, License: Apache
|
||||||
License v2.0
|
License v2.0
|
||||||
|
|
||||||
|
@ -1,27 +0,0 @@
|
|||||||
Copyright (c) 2010, Mozilla Foundation
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without modification,
|
|
||||||
are permitted provided that the following conditions are met:
|
|
||||||
|
|
||||||
1. Redistributions of source code must retain the above copyright notice,
|
|
||||||
this list of conditions and the following disclaimer.
|
|
||||||
|
|
||||||
2. Redistributions in binary form must reproduce the above copyright
|
|
||||||
notice, this list of conditions and the following disclaimer in the
|
|
||||||
documentation and/or other materials provided with the distribution.
|
|
||||||
|
|
||||||
3. Neither the name of bleach nor the names of its contributors may
|
|
||||||
be used to endorse or promote products derived from this software
|
|
||||||
without specific prior written permission.
|
|
||||||
|
|
||||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
||||||
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
||||||
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
||||||
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
|
|
||||||
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
||||||
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
|
||||||
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
||||||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
||||||
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
@ -48,9 +48,6 @@ SITE_PACKAGES = {
|
|||||||
"beautifulsoup4": {
|
"beautifulsoup4": {
|
||||||
"copy": ["bs4"],
|
"copy": ["bs4"],
|
||||||
},
|
},
|
||||||
"bleach": {
|
|
||||||
"copy": ["bleach"],
|
|
||||||
},
|
|
||||||
"html5lib": {
|
"html5lib": {
|
||||||
"copy": ["html5lib"],
|
"copy": ["html5lib"],
|
||||||
},
|
},
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
# Requirements for OpenSlides in production in alphabetical order
|
# Requirements for OpenSlides in production in alphabetical order
|
||||||
Django>=1.7.1,<1.9
|
Django>=1.7.1,<1.9
|
||||||
beautifulsoup4>=4.1,<4.5
|
beautifulsoup4>=4.1,<4.5
|
||||||
bleach>=1.4,<1.5
|
|
||||||
django-haystack>=2.1,<2.5
|
django-haystack>=2.1,<2.5
|
||||||
djangorestframework>=3.2.0,<3.3.0
|
djangorestframework>=3.2.0,<3.3.0
|
||||||
jsonfield>=0.9.19,<1.1
|
jsonfield>=0.9.19,<1.1
|
||||||
|
Loading…
Reference in New Issue
Block a user