Skip to content

Commit

Permalink
Add tomlkit and pathspec dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yoland68 committed May 3, 2024
1 parent 2f2a2b4 commit 8c1f833
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ dependencies = [
"mixpanel",
"questionary",
"psutil",
"tomlkit",
"pathspec",
]

classifiers = [
Expand Down
3 changes: 2 additions & 1 deletion requirement.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ requests
pyyaml
typing-extensions
mixpanel
tomlkit
tomlkit
pathspec

1 comment on commit 8c1f833

@yoland68
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@robinjhuang reminder to add new dependencies to both pyproject.toml and requirement.txt

Please sign in to comment.