diff options
author | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2015-07-15 23:15:13 +0200 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2015-07-15 23:15:13 +0200 |
commit | b0fbd24c69a155c4f9d58f5e4dab8209afeb3660 (patch) | |
tree | 7135e74933e7166563296023527aebf1122d4ea8 /examples/requirements.txt | |
parent | 63edb526bc4efd8cf7abe260f2787f55d2953e39 (diff) | |
download | factory-boy-b0fbd24c69a155c4f9d58f5e4dab8209afeb3660.tar factory-boy-b0fbd24c69a155c4f9d58f5e4dab8209afeb3660.tar.gz |
Add examples folder.
This should contain examples of "using factory_boy with third-party
frameworks".
Diffstat (limited to 'examples/requirements.txt')
-rw-r--r-- | examples/requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/requirements.txt b/examples/requirements.txt new file mode 100644 index 0000000..5e11ca5 --- /dev/null +++ b/examples/requirements.txt @@ -0,0 +1 @@ +-r flask_alchemy/requirements.txt |