diff options
author | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2013-08-15 01:20:01 +0200 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2013-08-15 01:20:01 +0200 |
commit | ac1322cf12fc79e5d11abf1aa95b01413b312258 (patch) | |
tree | 3b0c56cd5479eedeee12ea3e9f89f1d0000a3243 | |
parent | 7040907c9b7c311743ac2c20dd3682e2c7660854 (diff) | |
download | factory-boy-ac1322cf12fc79e5d11abf1aa95b01413b312258.tar factory-boy-ac1322cf12fc79e5d11abf1aa95b01413b312258.tar.gz |
Add 'coverage' dependency.
-rw-r--r-- | dev_requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev_requirements.txt b/dev_requirements.txt index c602beb..f799ef8 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -1,3 +1,4 @@ +coverage Django Pillow sqlalchemy |