view dev_requirements.txt @ 7131:33bd2aa757dd

templates: mark site as IE10+ compatible to bypass Compatibility mode Internet Explorer 11 (and probably other versions) seems to ship with the setting "Display intranet sites in Compatibility View" enabled by default. This compatibility view means that modern elements of CSS and JavaScript are not (well) support and makes Kallithea look very bad and become unusable. This is a problem when hosting Kallithea in a corporate environment where its URL is detected as 'the intranet'. Solve the issue by explicitly marking Kallithea to be compatible with IE10, so that Internet Explorer 10 and above will show Kallithea correctly in Intranet environments.
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Tue, 30 Jan 2018 13:57:26 +0100
parents 02c820c5c48e
children 5ab31ff3011f
line wrap: on
line source

babel >= 0.9.6, < 2.4
waitress >= 0.8.8, < 1.0
pytest ~= 3.0
pytest-runner
pytest-sugar>=0.7.0
pytest-benchmark
pytest-catchlog
pytest-localserver
mock
sphinx
webtest < 3