mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-09 22:53:27 -05:00
Moving dependency installation for dotenv plugin
This commit is contained in:
@@ -96,8 +96,12 @@ pytest-xdist = "^3.5.0"
|
||||
radon = "^6.0.1"
|
||||
requests-mock = "^1.11.0"
|
||||
vulture = "^2.14"
|
||||
poetry-dotenv-plugin = "^0.2.0"
|
||||
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
[tool.poetry.plugins."poetry.application.plugin"]
|
||||
dotenv = "poetry_dotenv_plugin.plugin:PoetryDotenvPlugin"
|
||||
|
||||
Reference in New Issue
Block a user