aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2019-10-02 20:23:18 +0100
committerMatthew Lemon <lemon@matthewlemon.com>2019-10-02 20:23:33 +0100
commitdfb3bd5bfcc885363d8daf031163137ebaac245d (patch)
tree1a7f59c8b6d1f61a3dd35ec9bd4c6833dd566484 /Pipfile
parentcd83eadb211487857d113896a4b5f860746b034d (diff)
added back the stuff I need to develop in vim
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
index f97071d..8f0dfa1 100644
--- a/Pipfile
+++ b/Pipfile
@@ -6,6 +6,11 @@ verify_ssl = true
[dev-packages]
pytest = "*"
pyinstaller = "*"
+pdbpp = "*"
+ptipython = "*"
+pytest-sugar = "*"
+flake8 = "*"
+mypy = "*"
[packages]
openpyxl = "*"