Compare commits
2 Commits
f1d8075417
...
617514c82e
Author | SHA1 | Date | |
---|---|---|---|
617514c82e | |||
0c8e78e60d |
|
@ -1 +1 @@
|
||||||
__version__ = '0.1.9'
|
__version__ = '0.1.10'
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
1
setup.py
1
setup.py
|
@ -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',
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user