mirror of
https://gitee.com/g1879/DrissionPage.git
synced 2024-12-10 04:00:23 +08:00
1.5.0
This commit is contained in:
parent
da849f56cc
commit
515222b35c
4
setup.py
4
setup.py
@ -8,7 +8,7 @@ with open("README.md", "r", encoding='utf-8') as fh:
|
||||
|
||||
setup(
|
||||
name="DrissionPage",
|
||||
version="0.14.0",
|
||||
version="1.5.0",
|
||||
author="g1879",
|
||||
author_email="g1879@qq.com",
|
||||
description="A module that integrates selenium and requests session, encapsulates common page operations.",
|
||||
@ -21,7 +21,7 @@ setup(
|
||||
packages=find_packages(),
|
||||
install_requires=[
|
||||
"selenium",
|
||||
"requests-html",
|
||||
"lxml",
|
||||
"tldextract",
|
||||
"requests"
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user