Merge pull request #115 from RicterZ/dev

fix bug #114
This commit is contained in:
Ricter Zheng 2020-04-20 20:17:09 +08:00 committed by GitHub
commit c8bca4240a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,3 @@
__version__ = '0.3.8'
__version__ = '0.3.9'
__author__ = 'RicterZ'
__email__ = 'ricterzheng@gmail.com'

View File

@ -1,4 +1,5 @@
requests>=2.5.0
soupsieve<2.0
BeautifulSoup4>=4.0.0
threadpool>=1.2.7
tabulate>=0.7.5