Skip to content

Commit

Permalink
Merge pull request #1295 from GSA-TTS/neilmb-patch-2
Browse files Browse the repository at this point in the history
Update dependency-management.md
  • Loading branch information
jadudm authored Jun 21, 2023
2 parents 70dc848 + f401a67 commit 9d07572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dependency-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ We use [pip-tools](https://github.com/jazzband/pip-tools) to manage our python d

## Workflow

1. Our requirements are tracked in [../backend/requirements.in](../backend/requirements.in)
1. Our requirements are tracked in [../backend/requirements](../backend/requirements)
2. We use `pip-compile` to generate a `requirements.txt` file with hashes
3. We track both in version control
4. We use `requirements.txt` to install dependencies locally as well as in deployed environments.
Expand Down

0 comments on commit 9d07572

Please sign in to comment.