mirror of
https://github.com/kennethreitz/requests-html.git
synced 2026-06-05 06:46:14 +00:00
@@ -265,9 +265,6 @@ These sessions are for making HTTP requests:
|
||||
.. autoclass:: HTMLSession
|
||||
:inherited-members:
|
||||
|
||||
.. autoclass:: BrowserHTMLSession
|
||||
:inherited-members:
|
||||
|
||||
|
||||
|
||||
Indices and tables
|
||||
|
||||
@@ -17,7 +17,7 @@ DESCRIPTION = 'HTML Parsing for Humans.'
|
||||
URL = 'https://github.com/kennethreitz/requests-html'
|
||||
EMAIL = 'me@kennethreitz.org'
|
||||
AUTHOR = 'Kenneth Reitz'
|
||||
VERSION = '0.8.4'
|
||||
VERSION = '0.9.0'
|
||||
|
||||
# What packages are required for this module to be executed?
|
||||
REQUIRED = [
|
||||
|
||||
Reference in New Issue
Block a user