mirror of
https://gitee.com/g1879/DrissionPage.git
synced 2024-12-10 04:00:23 +08:00
提交pypi
This commit is contained in:
parent
7c8894d4de
commit
e528840e96
@ -513,7 +513,7 @@ MixPage封装了页面操作的常用功能,可在driver和session模式间无
|
||||
|
||||
返回driver对象,如没有则创建,调用时会切换到driver模式。
|
||||
|
||||
### session
|
||||
### session
|
||||
|
||||
返回session对象,如没有则创建。
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
selenium~=3.141.0
|
||||
requests-html~=0.10.0
|
||||
requests~=2.23.0
|
||||
# setuptools~=41.2.0
|
||||
tldextract~=2.2.2
|
9
setup.py
9
setup.py
@ -3,7 +3,7 @@
|
||||
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
with open("README.md", "r",encoding='utf-8') as fh:
|
||||
with open("README.md", "r", encoding='utf-8') as fh:
|
||||
long_description = fh.read()
|
||||
|
||||
setup(
|
||||
@ -11,9 +11,9 @@ setup(
|
||||
version="0.8.0",
|
||||
author="g1879",
|
||||
author_email="g1879@qq.com",
|
||||
description="A module that integrates selenium and requests session, encapsulates common page operations, "
|
||||
"can achieve seamless switching between the two modes.",
|
||||
description="A module that integrates selenium and requests session, encapsulates common page operations.",
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/markdown",
|
||||
license="BSD",
|
||||
keywords="DrissionPage",
|
||||
url="https://github.com/g1879/DrissionPage",
|
||||
@ -25,7 +25,8 @@ setup(
|
||||
"requests"
|
||||
],
|
||||
classifiers=[
|
||||
"Development Status :: 1 - Alpha",
|
||||
"Programming Language :: Python :: 3.6",
|
||||
"Development Status :: 4 - Beta",
|
||||
"Topic :: Utilities",
|
||||
"License :: OSI Approved :: BSD License",
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user