Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
AntiViruS90 committed Dec 4, 2024
1 parent 980fd77 commit 8b927cf
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 1 deletion.
1 change: 1 addition & 0 deletions page_analyzer/app.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import os
import requests

from dotenv import load_dotenv
from urllib.parse import urlparse
from page_analyzer.url_validator import validate
Expand Down
1 change: 1 addition & 0 deletions page_analyzer/db.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import psycopg2
import os

from dotenv import load_dotenv
from psycopg2.extras import NamedTupleCursor

Expand Down
29 changes: 28 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ requests = "^2.32.3"
responses = "^0.25.3"
validators = "^0.34.0"
celery = "^5.4.0"
ruff = "^0.8.1"


[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 8b927cf

Please sign in to comment.