Skip to content

Commit f9a1fd0

Browse files
cccclaifacebook-github-bot
authored andcommitted
Add tomli as part of pip dependency
Summary: It's added in https://www.internalfb.com/code/fbsource/[bacc5bee6856a4cedbe38b223d761398efbbffe1]/fbcode/executorch/build/extract_sources.py?lines=20 but we need to get that dependency. Reviewed By: tarun292 Differential Revision: D48178194 fbshipit-source-id: 4169cdf024463caada257de3726f65d9f05a7b7a
1 parent a8cab0b commit f9a1fd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ dependencies=[
1212
"numpy",
1313
"zstd",
1414
"flatbuffers",
15+
"tomli",
1516
]
1617

1718
[tool.setuptools.package-data]

0 commit comments

Comments
 (0)