Files @ 7e252987e5a7
Branch filter:

Location: kallithea/dev_requirements.txt

Mads Kiilerich
lib: use Python dot notation for Markdown extensions

Gets rid of:

data/env/lib/python2.7/site-packages/markdown/__init__.py:259: DeprecationWarning: Using short names for Markdown's builtin extensions is deprecated. Use the full path to the extension with Python's dot notation (eg: "markdown.extensions.codehilite" instead of "codehilite"). The current behavior will raise an error in version 2.7. See the Release Notes for Python-Markdown version 2.6 for more info.
DeprecationWarning)
1
2
3
4
5
6
7
8
pytest >= 3.3.0, < 4.7
pytest-runner < 4.3
pytest-sugar >= 0.7.0, < 0.10
pytest-benchmark < 3.3
pytest-localserver < 0.5
mock < 2.1
Sphinx < 1.8
WebTest < 2.1