Skip to content

Commit

Permalink
feat: implement workflow blocks to interact with third tools / airtable
Browse files Browse the repository at this point in the history
* add python-dotenv as dev dependency
  • Loading branch information
FabienArcellier committed Feb 7, 2025
1 parent cd785b8 commit 390ebea
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
16 changes: 15 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ redis = "^5.2.1"

[tool.poetry.group.dev.dependencies]
types-python-dateutil = "^2.9.0.20240316"
python-dotenv = "^1.0.1"

[tool.poetry.scripts]
writer = 'writer.command_line:main'
Expand Down

0 comments on commit 390ebea

Please sign in to comment.