mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2024-11-04 21:43:00 +01: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:
parent
8ee5e2e306
commit
d9e427a80e
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user