diff options
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 |