Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
ReaJason committed Jan 12, 2024
1 parent 0b9caef commit 67cb8cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
url=about["__url__"],
license=about["__license__"],
packages=["xhs"],
install_requires=["requests"],
install_requires=["requests", "lxml"],
keywords="xhs crawl",
include_package_data=True,
zip_safe=False,
Expand Down
4 changes: 2 additions & 2 deletions xhs/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
__title__ = "xhs"
__description__ = "xiaohongshu crawl sdk."
__url__ = "https://github.com/ReaJason/xhs"
__version__ = "0.2.8"
__build__ = 0x000208
__version__ = "0.2.9"
__build__ = 0x000209
__author__ = "ReaJason"
__author_email__ = "[email protected]"
__license__ = "MIT"
Expand Down

0 comments on commit 67cb8cd

Please sign in to comment.