From 715574e93c60de818f8f9fff1a748580a52fdacf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20Gr=C3=BCter?= Date: Fri, 12 Jan 2024 13:36:15 +0100 Subject: [PATCH] Add missing dependencies --- pyproject.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9c4844d..338f42d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,6 +13,11 @@ dependencies = [ "docopt", "libcst", "black", + "MonkeyType", + "numpy", + "pandas", + "scipy", + "lark", ] classifiers = ["Intended Audience :: Developers", "License :: OSI Approved :: MIT License", @@ -40,4 +45,4 @@ testpaths = [ ] [tool.ruff] -line-length = 120 \ No newline at end of file +line-length = 120