Compare commits
No commits in common. "617514c82e88e8f5123134cfe795ba27bfb59e6b" and "f1d80754177a9723fbc97d6aa76e7ba7e85e5872" have entirely different histories.
617514c82e
...
f1d8075417
|
@ -1 +1 @@
|
||||||
__version__ = '0.1.10'
|
__version__ = '0.1.9'
|
||||||
|
|
|
@ -7,7 +7,6 @@ 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,7 +142,6 @@ 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