Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 927 Bytes

README.md

File metadata and controls

53 lines (36 loc) · 927 Bytes

BBVisa2OFX Web

Build Status

This project is a web interface of https:/josecoelho/bbvisa2ofx

Running on: http://bbvisa2ofx.josecoelho.com

Dependencies

Run local

$ python service.py

How to contribute

  • Clone this project
  • Create a branch for the fix or feature
  • Commit your changes
  • Send a pull request of your branch

Thanks!

Development

Upgrading...

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