1
0

🤖 Repository layout updated to latest version

This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
This commit is contained in:
Takunomi Automaticus, The 2nd 2024-09-01 18:59:29 +02:00
parent f1d8075417
commit 0c8e78e60d
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@ lint.ignore = [
'Q003', 'D205', # Format conflict 'Q003', 'D205', # Format conflict
'TCH', # Microoptimization at the cost of readability 'TCH', # Microoptimization at the cost of readability
'TID252', # I like relative imports
'D407', 'D413', # Weird documentation stuff 'D407', 'D413', # Weird documentation stuff

View File

@ -142,6 +142,7 @@ with open(PACKAGE_NAME + '/_version.py') as f:
REQUIREMENTS_MAIN = [ REQUIREMENTS_MAIN = [
'secret_loader @ git+https://gitfub.space/Jmaa/secret_loader.git',
'fin_defs @ git+https://gitfub.space/Jmaa/fin-defs.git', 'fin_defs @ git+https://gitfub.space/Jmaa/fin-defs.git',
'fin_depo @ git+https://gitfub.space/Jmaa/fin-depo.git', 'fin_depo @ git+https://gitfub.space/Jmaa/fin-depo.git',
] ]