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 Jan 17, 2025
1 parent 3919ed0 commit 988187d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
18 changes: 17 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 @@ -75,6 +75,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 988187d

Please sign in to comment.