Get OFX file upload working through celery
I switched to using ofxparse because my own parser wasn't up to snuff on handling the download file that I got from my bank and I got sick of maintaining my own because SGML is an ugly mess This commit means that my automatic download won't work any more because it's expecting to pass data through my own parser, which we're not going to do any more. That's okay because my bank's OFX integration is actually down anyways
This commit is contained in:
parent
438c073e0f
commit
393ef748cc
4 changed files with 22 additions and 7 deletions
1
setup.py
1
setup.py
|
|
@ -101,6 +101,7 @@ def main():
|
|||
'chryso==1.7',
|
||||
'Flask==0.10.1',
|
||||
'flask-login==0.3.2',
|
||||
'ofxparse==0.15',
|
||||
'sepiida==5.27',
|
||||
],
|
||||
extras_require = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue