Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Strvm committed Apr 18, 2024
1 parent 0c22e70 commit 0d352f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ authors = ["Romeo Phillips"]
python = "^3.7"
requests = "2.31.0"
requests-html = "0.10.0"
lxml_html_cleaner = "0.1.1"


[build]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@
extras_require={
"dev": ["check-manifest"],
},
install_requires=["requests", "requests-html", "lxml_html_cleaner"],
install_requires=["requests", "requests-html"],
)

0 comments on commit 0d352f0

Please sign in to comment.