mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-05 02:41:14 -05:00
add info lost in action
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Use for dependency management
|
||||
# Use `poetry` for dependency management
|
||||
|
||||
Date: 2023-09-08
|
||||
|
||||
@@ -10,11 +10,11 @@ Accepted
|
||||
|
||||
Our initial decision to use was primarily driven by [built-in support in Cloud Foundry](https://docs.cloudfoundry.org/buildpacks/python/index.html#pipenv). In practice, we have found that we still need to export the requirements file as part of the build process, removing the benefit.
|
||||
|
||||
Meanwhile, appears to be the informal standard around TTS. It's relatively simple for a dev to switch between them, but we do value consistency across the organization.
|
||||
Meanwhile, `poetry` appears to be the informal standard around TTS. It's relatively simple for a dev to switch between them, but we do value consistency across the organization.
|
||||
|
||||
### Decision
|
||||
|
||||
Let's use .
|
||||
Let's use `poetry`.
|
||||
|
||||
### Consequences
|
||||
|
||||
@@ -29,7 +29,7 @@ We expect this to be a one-time cost.
|
||||
|
||||
We will need to:
|
||||
|
||||
- Convert to
|
||||
- Convert to `poetry`
|
||||
- Convert our CI/CD processes
|
||||
- Ensure [proper Dependabot configuration](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file)
|
||||
- Update developer documentation
|
||||
|
||||
Reference in New Issue
Block a user