We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fd3a97 commit cee4181Copy full SHA for cee4181
docs/html/topics/dependency-resolution.md
@@ -156,7 +156,7 @@ how to inspect:
156
157
During deployment, you can create a lockfile stating the exact package and
158
version number for for each dependency of that package. You can create this
159
-with `pip-tools <https://github.com/jazzband/pip-tools/>`\_\_.
+with [pip-tools](https://github.com/jazzband/pip-tools/).
160
161
This means the "work" is done once during development process, and thus
162
will avoid performing dependency resolution during deployment.
0 commit comments