forked from pycontw/pycon.tw
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdev.txt
49 lines (38 loc) · 1.35 KB
/
dev.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
-r base.txt
# A configurable set of panels that display various debug information about
# the current request/response.
# http://django-debug-toolbar.readthedocs.org/
django-debug-toolbar==1.6
# The Python WSGI Utility Library
# http://werkzeug.pocoo.org/
Werkzeug==0.11.11
# Your Tool For Style Guide Enforcement.
# http://flake8.readthedocs.io/en/latest/
flake8==2.5.1
# A mature full-featured Python testing tool.
# http://pytest.org/latest/
pytest==2.8.5
# A plugin for py.test that provides a set of useful tools for testing Django
# applications and projects.
# https://pytest-django.readthedocs.org/
pytest-django==2.9.1
# Code coverage measurement for Python
# https://coverage.readthedocs.org/en/coverage-4.0.3/
coverage==4.0.3
# Pytest plugin for measuring coverage.
# https://pypi.python.org/pypi/pytest-cov
pytest-cov==2.2.0
# Thin-wrapper around the mock package for easier use with py.test
# https://github.com/pytest-dev/pytest-mock/
pytest-mock==0.11.0
# xdist: pytest distributed testing plugin
# Use this plugin to speed up the test speed
# http://pytest.org/latest/xdist.html
pytest-xdist==1.13.1
# The most feature-rich and easy-to-use library for processing XML and HTML in
# the Python language.
# http://lxml.de
lxml==3.5.0
# Parses CSS3 Selectors and translate them to XPath 1.0 expressions.
# https://pythonhosted.org/cssselect/
cssselect==0.9.1