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
1 changed files with 4 additions and 0 deletions

4
.pip-tools.toml Normal file
View File

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