diff options
author | Don Naro <dnaro@redhat.com> | 2023-10-24 18:53:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-24 18:53:41 +0200 |
commit | 94703ccf84edff82f4f9d83afc47f566ea007852 (patch) | |
tree | 556f8690a67577a59b70327bb948951fe6223ef9 /.pip-tools.toml | |
parent | Alt text for Execution Env section of Userguide (#14576) (diff) | |
download | awx-94703ccf84edff82f4f9d83afc47f566ea007852.tar.xz awx-94703ccf84edff82f4f9d83afc47f566ea007852.zip |
Pip compile docsite requirements (#14449)
Co-authored-by: Sviatoslav Sydorenko <578543+webknjaz@users.noreply.github.com>
Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
Diffstat (limited to '.pip-tools.toml')
-rw-r--r-- | .pip-tools.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.pip-tools.toml b/.pip-tools.toml new file mode 100644 index 0000000000..c1f6c7ad65 --- /dev/null +++ b/.pip-tools.toml @@ -0,0 +1,5 @@ +[tool.pip-tools] +resolver = "backtracking" +allow-unsafe = true +strip-extras = true +quiet = true |