From 384361e4924ca609eca35459408324d3be6d4085 Mon Sep 17 00:00:00 2001 From: Alicia Key Date: Thu, 24 Jun 2021 09:24:34 -0600 Subject: [PATCH] Update setup.py Add solidpython dependency --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 5a6b1e8..4062830 100644 --- a/setup.py +++ b/setup.py @@ -17,6 +17,7 @@ 'matplotlib', 'numpy', 'ruamel_yaml', + 'solidpython', ], python_requires = '>=3.8', packages = find_packages(exclude=['docs', 'tests', 'ext']),