summaryrefslogtreecommitdiffstats
path: root/.pip-tools.toml
diff options
context:
space:
mode:
authorDon Naro <dnaro@redhat.com>2023-10-24 18:53:41 +0200
committerGitHub <noreply@github.com>2023-10-24 18:53:41 +0200
commit94703ccf84edff82f4f9d83afc47f566ea007852 (patch)
tree556f8690a67577a59b70327bb948951fe6223ef9 /.pip-tools.toml
parentAlt text for Execution Env section of Userguide (#14576) (diff)
downloadawx-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.toml5
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