diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2019-10-02 20:23:18 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2019-10-02 20:23:33 +0100 |
commit | dfb3bd5bfcc885363d8daf031163137ebaac245d (patch) | |
tree | 1a7f59c8b6d1f61a3dd35ec9bd4c6833dd566484 /Pipfile | |
parent | cd83eadb211487857d113896a4b5f860746b034d (diff) |
added back the stuff I need to develop in vim
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6,6 +6,11 @@ verify_ssl = true [dev-packages] pytest = "*" pyinstaller = "*" +pdbpp = "*" +ptipython = "*" +pytest-sugar = "*" +flake8 = "*" +mypy = "*" [packages] openpyxl = "*" |