diff --git a/.gitignore b/.gitignore index 4242939..70ad718 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ venv/ *.pyc __pycache__/ -.vscode \ No newline at end of file +.vscode diff --git a/requirements.txt b/requirements.txt index 697575a..72ac828 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ bs4 requests flask requests-html -playwright \ No newline at end of file +playwright