aboutsummaryrefslogtreecommitdiffstats
path: root/requirements_dev.txt
blob: 730f73947b42af8a69c19044d0e1dc8f64867ba4 (plain)
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
# The debug toolbar itself

-e .

# Runtime dependencies

Django
sqlparse

# Testing

coverage
django-discover-runner
flake8
selenium
tox

# Documentation

Sphinx

# Other tools

transifex-client
wheel