diff options
author | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2013-08-15 01:05:27 +0200 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2013-08-15 01:05:27 +0200 |
commit | 7040907c9b7c311743ac2c20dd3682e2c7660854 (patch) | |
tree | 4f3d341b5cbc616d6a459a54a85b0cd6dda66555 | |
parent | 1c24da23aea44e9f0be44c69d8650f63f0e7a841 (diff) | |
download | factory-boy-7040907c9b7c311743ac2c20dd3682e2c7660854.tar factory-boy-7040907c9b7c311743ac2c20dd3682e2c7660854.tar.gz |
Add dev_requirements file.
-rw-r--r-- | dev_requirements.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev_requirements.txt b/dev_requirements.txt new file mode 100644 index 0000000..c602beb --- /dev/null +++ b/dev_requirements.txt @@ -0,0 +1,3 @@ +Django +Pillow +sqlalchemy |