Files @ 5ab31ff3011f
Branch filter:

Location: kallithea/package.json

Thomas De Schampheleire
tests: pytest-catchlog is now integrated in pytest 3.3+

See: https://docs.pytest.org/en/latest/changelog.html?highlight=catchlog#id56

This removes the deprecation warning at the end of the test run:
pytest-catchlog plugin has been merged into the core, please remove it
from your requirements.
{
  "name": "kallithea",
  "private": true,
  "dependencies": {
    "bootstrap": "3.3.7"
  },
  "devDependencies": {
    "less": "~2.7",
    "less-plugin-clean-css": "~1.5"
  },
  "scripts": {
    "less": "lessc --relative-urls kallithea/public/less/main.less kallithea/public/css/style.css"
  }
}