1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2024-06-28 17:13:45 +02:00

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.
This commit is contained in:
Alan Orth 2022-01-29 16:25:34 +03:00
parent 8ee5e2e306
commit d9e427a80e
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -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"