Skip to content

Commit

Permalink
feat(code-gen): add jinja2 to requirements
Browse files Browse the repository at this point in the history
Jinja2 is introduced to leverage templating for code generation, enabling dynamic content creation based on context.
  • Loading branch information
dikkadev committed Nov 21, 2023
1 parent 7f9956d commit 0a5a101
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code-gen/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
jinja2
toml
requests
pyyaml
Expand Down

0 comments on commit 0a5a101

Please sign in to comment.