1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2025-05-13 08:27:47 +02:00

Only install ipython on Python 3.7+

This commit is contained in:
2020-10-06 17:48:16 +03:00
parent d352fe8017
commit f4914c414f
2 changed files with 17 additions and 6 deletions

View File

@ -19,7 +19,7 @@ langid = "^1.1.6"
[tool.poetry.dev-dependencies]
pytest = "^6.1.1"
ipython = "^7.18.1"
ipython = { version = "^7.18.1", python = "^3.7" }
flake8 = "^3.8.4"
pytest-clarity = "^0.3.0-alpha.0"
black = "20.8b1"