Skip to content

Commit

Permalink
Add json reader to cli
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-fu committed Jan 17, 2025
1 parent 7000029 commit d6814a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry.plugins.dabapush_readers]
"Twacapic" = "dabapush.Reader.TwacapicReader:TwacapicReaderConfiguration"
"NDJSON" = "dabapush.Reader.NDJSONReader:NDJSONReaderConfiguration"
"JSON" = "dabapush.Reader.JSONReader:JSONReaderConfiguration"
"Tegracli" = "dabapush.Reader.tegracli_reader:TegracliReaderConfiguration"

[tool.poetry.plugins.dabapush_writers]
Expand Down

0 comments on commit d6814a1

Please sign in to comment.