From d4db6b0e1ac22335604c943ca98c72f884aa077d Mon Sep 17 00:00:00 2001 From: Robert Rosca <32569096+RobertRosca@users.noreply.github.com> Date: Fri, 16 Oct 2020 13:08:57 +0200 Subject: [PATCH] Add poetry-core to setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 5084b486c..802221b7a 100644 --- a/setup.py +++ b/setup.py @@ -55,6 +55,7 @@ def get_identifier(json): "ruamel.yaml>=0.15", "toml", "semver", + "poetry-core", ], python_requires=">=3.6", author="Project Jupyter Contributors",