Skip to content

Commit

Permalink
Merge pull request #2 from lagru/patch-1
Browse files Browse the repository at this point in the history
Add missing dependencies to pyproject.toml
  • Loading branch information
gramster authored Jan 13, 2024
2 parents 8d10b3f + 715574e commit 35dcb67
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ dependencies = [
"docopt",
"libcst",
"black",
"MonkeyType",
"numpy",
"pandas",
"scipy",
"lark",
]
classifiers = ["Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
Expand Down Expand Up @@ -40,4 +45,4 @@ testpaths = [
]

[tool.ruff]
line-length = 120
line-length = 120

0 comments on commit 35dcb67

Please sign in to comment.