Add a config file for pip-tools

This commit is contained in:
Sviatoslav Sydorenko 2024-03-07 23:43:48 +01:00
parent d7af439579
commit 741947b9ca
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 9345E8FEA89CA455

4
.pip-tools.toml Normal file
View file

@ -0,0 +1,4 @@
[tool.pip-tools]
allow-unsafe = true
resolver = "backtracking"
strip-extras = true