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
No known key found for this signature in database
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