Skip to content

Commit

Permalink
add dotenv plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jefer94 committed Jan 25, 2025
1 parent c414272 commit e72614a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ update-sql-keywords = "scripts.update_sql_keywords_json:write_json"
"docker:build" = "scripts.docker_build:run"
# flake8 = "scripts.cmd:flake8"

[tool.poetry.requires-plugins]
poetry-plugin-dotenv = ">=2.6.1"

[tool.poetry]
package-mode = true

Expand Down

0 comments on commit e72614a

Please sign in to comment.