mirror of
https://github.com/bellingcat/snscrape.git
synced 2026-06-12 04:18:29 +03:00
Fix date extraction on VK
Only the most recent posts have the nice timestamp property...
This commit is contained in:
7
setup.py
7
setup.py
@@ -15,7 +15,12 @@ setuptools.setup(
|
||||
packages = ['snscrape', 'snscrape.modules'],
|
||||
setup_requires = ['setuptools_scm'],
|
||||
use_scm_version = True,
|
||||
install_requires = ['requests[socks]', 'lxml', 'beautifulsoup4'],
|
||||
install_requires = [
|
||||
'requests[socks]',
|
||||
'lxml',
|
||||
'beautifulsoup4',
|
||||
'pytz; python_version < "3.9.0"',
|
||||
],
|
||||
python_requires = '~=3.8',
|
||||
entry_points = {
|
||||
'console_scripts': [
|
||||
|
||||
Reference in New Issue
Block a user