diff --git a/.gitignore b/.gitignore index a6072fb7..5f633b6b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,7 @@ venv config.py cache/ -__pycache__/ \ No newline at end of file +__pycache__/ + +.DS_Store +.vscode/* \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 5539cfc3..ec302d2f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,4 @@ git+https://github.com/ageis/flask-oauthlib.git@c5ea3ace957ceeeeab3cfb6556f32685 # Use development version of xero-python #git+ssh://git@github.com/xero-github/xero-python.git@020f780b4e2b48cb33746ae19ddab9fdf128e626#egg=xero-python -xero-python==1.0.8 \ No newline at end of file +xero-python==1.0.13 \ No newline at end of file