Skip to content

Commit

Permalink
lxml requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
TheManWhoLikesToCode committed Jan 15, 2024
1 parent f40110e commit 10b5c83
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -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
}
2 changes: 1 addition & 1 deletion backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ flask_cors
flask_apscheduler
pydrive2
python-dotenv
pytest
lxml

0 comments on commit 10b5c83

Please sign in to comment.