Skip to content

Commit

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

lxml_html_cleaner = "0.1.1"

[build]
script = "build.py"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
requests==2.31.0
requests-html==0.10.0
lxml_html_cleaner==0.1.1
lxml_html_clean==0.1.1
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"],
install_requires=["requests", "requests-html", "lxml_html_clean"],
)
2 changes: 1 addition & 1 deletion src/meta_ai_api/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "1.0.11"
__version__ = "1.1.0"
from .main import MetaAI # noqa

0 comments on commit ac5ca28

Please sign in to comment.