diff options
| author | Aymeric Augustin | 2013-10-27 13:12:55 +0100 |
|---|---|---|
| committer | Aymeric Augustin | 2013-10-27 13:12:55 +0100 |
| commit | 6bf81c12d34dabfa74bb00290e5a84f807558c14 (patch) | |
| tree | 3744e9047e970d4931b2da9a606e0e6372c90925 /requirements_dev.txt | |
| parent | b979c164789facbaed84728de95300c2d01be61c (diff) | |
| download | django-debug-toolbar-6bf81c12d34dabfa74bb00290e5a84f807558c14.tar.bz2 | |
Add requirements file for development.
Diffstat (limited to 'requirements_dev.txt')
| -rw-r--r-- | requirements_dev.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/requirements_dev.txt b/requirements_dev.txt new file mode 100644 index 0000000..4bc7143 --- /dev/null +++ b/requirements_dev.txt @@ -0,0 +1,19 @@ +# The debug toolbar itself + +-e . + +# Runtime dependencies + +Django +sqlparse + +# Testing + +flake8 +tox + +# Other tools + +transifex-client==0.9.1 +wheel==0.22.0 +yuicompressor==2.4.8 |
