This project is a web interface of https://github.com/josecoelho/bbvisa2ofx
Running on: http://bbvisa2ofx.josecoelho.com
- web.py -> http://webpy.org/
- bbvisa2ofx -> https://github.com/josecoelho/bbvisa2ofx
$ python service.py
- Clone this project
- Create a branch for the fix or feature
- Commit your changes
- Send a pull request of your branch
Thanks!
Change versions of dependencies on requirements.txt
Activate virtualenv:
$ source ./venv/bin/activate
Upgrade dependencies
pip install -r requirements.txt --upgrade
Commit your changes and publish to heroku
git push heroku master