Skip to content

Commit

Permalink
Add immutabledict to dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
rchen152 committed Feb 27, 2024
1 parent ea361d1 commit 74892a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# https://github.com/google/pytype/blob/master/CONTRIBUTING.md#pytype-dependencies.
attrs>=21.4.0
importlab>=0.8
immutabledict>=4.1.0
jinja2>=3.1.2
libcst>=1.0.1
networkx<3.2
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ packages =
install_requires =
attrs>=21.4.0
importlab>=0.8
immutabledict>=4.1.0
jinja2>=3.1.2
libcst>=1.0.1
networkx<3.2
Expand Down

0 comments on commit 74892a4

Please sign in to comment.