aboutsummaryrefslogtreecommitdiffstats
path: root/requirements_dev.txt
blob: 9f5fcc2ae40528c917ab521ea5ea9f426bbb17c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# The debug toolbar itself

-e .

# Runtime dependencies

Django
sqlparse

# Testing

flake8
tox

# Documentation

Sphinx

# Other tools

transifex-client==0.9.1
wheel==0.22.0
yuicompressor==2.4.8