summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2020-01-27 20:41:09 -0800
committerTimothy Crosley <timothy.crosley@gmail.com>2020-01-27 20:41:09 -0800
commitb2dcbf5ffacfc6e4fbd8859909bd311bd1b7f7a2 (patch)
tree40dbfbf112a637dc92146e877429855c4de538dd /pyproject.toml
parent0882c8885b88618ea55b97ace256cdf833a1547d (diff)
downloadisort-b2dcbf5ffacfc6e4fbd8859909bd311bd1b7f7a2.tar.gz
Add missing dev dependency
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 7a087703..df61e2be 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -66,6 +66,7 @@ tomlkit = "0.5.3"
pip_api = "^0.0.12"
numpy = "^1.16.0"
pylama = "^7.7"
+pip = "^20.0.2"
[tool.poetry.scripts]
isort = "isort.main:main"