1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2025-05-11 07:36:01 +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:
2022-01-29 16:25:34 +03:00
parent 8ee5e2e306
commit d9e427a80e

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"