From a3c4fb2f1ea3a1abd5efae63d43360f94d403954 Mon Sep 17 00:00:00 2001 From: Josh Washburne Date: Tue, 26 Dec 2017 11:59:44 -0500 Subject: [PATCH] Keep dev tools out of requirements. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 33c044c..6dd8334 100644 --- a/.gitignore +++ b/.gitignore @@ -41,4 +41,5 @@ coverage.xml docs/_build/ # IDE customizations -.vscode/ \ No newline at end of file +.vscode/ +requirements-dev.txt \ No newline at end of file