From d9e427a80e69c464bec264d11bb285de8b094488 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sat, 29 Jan 2022 16:25:34 +0300 Subject: [PATCH] pyproject.toml: don't install ipython It always complains about running in a virtual environment anyways, and I can use the one from the OS instead. --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e57b990..735a802 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,6 @@ country-converter = "^0.7.4" [tool.poetry.dev-dependencies] pytest = "^6.1.1" -ipython = { version = "^7.18.1", python = "^3.7" } flake8 = "^3.8.4" pytest-clarity = "^1.0.1" black = "^21.6b0"