From 8766327c11de88108c9a468303ae2cd602378fd0 Mon Sep 17 00:00:00 2001 From: Sidney Maestre Date: Thu, 8 Oct 2020 16:39:06 -0700 Subject: [PATCH 1/3] Update requirements --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5539cfc3..e92316c3 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.11 \ No newline at end of file From 976d325bcc8d02c5189bf1ab66fffa1b04e3f4e1 Mon Sep 17 00:00:00 2001 From: Sidney Maestre Date: Tue, 3 Nov 2020 14:16:14 -0800 Subject: [PATCH 2/3] update git ignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 From 2f3897161f553162d08a6df35820fd308fd572d5 Mon Sep 17 00:00:00 2001 From: Sidney Maestre Date: Tue, 3 Nov 2020 14:26:28 -0800 Subject: [PATCH 3/3] update requirements --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e92316c3..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.11 \ No newline at end of file +xero-python==1.0.13 \ No newline at end of file