From 10b5c831b17b66485cae2ca28b32306c978606a9 Mon Sep 17 00:00:00 2001 From: Jaydin_MacBook Date: Mon, 15 Jan 2024 13:57:15 -0500 Subject: [PATCH] lxml requirements --- .vscode/settings.json | 11 ++++++++++- backend/requirements.txt | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index ff72368..bf53efe 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,13 @@ { "python.formatting.provider": "autopep8", - "python.analysis.typeCheckingMode": "off" + "python.analysis.typeCheckingMode": "off", + "python.testing.unittestArgs": [ + "-v", + "-s", + "./backend", + "-p", + "test_*.py" + ], + "python.testing.pytestEnabled": false, + "python.testing.unittestEnabled": true } \ No newline at end of file diff --git a/backend/requirements.txt b/backend/requirements.txt index 200e0d7..288abf6 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -8,4 +8,4 @@ flask_cors flask_apscheduler pydrive2 python-dotenv -pytest \ No newline at end of file +lxml \ No newline at end of file