Robots: Removed connect_timeout, added ftp_timeout.
- Robot bkmk_raiohttp: Use aiohttp-socks.
+ Robot bkmk_raiohttp: Use aiohttp-socks for aiohttp, siosocks for aioftp.
Version 5.6.1 (2024-08-15)
setup(
name='bookmarks_db',
- version='5.6.1',
+ version='5.7.0',
description='Bookmarks database and Internet robot',
long_description=open('README', 'r').read(),
long_description_content_type="text/plain",
'Operating System :: OS Independent',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3 :: Only',
- 'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
],
- python_requires='>=3.5.3',
+ python_requires='>=3.6',
install_requires=[
'm_lib.full>=1.0',
],
'html': ['beautifulsoup4', 'lxml'],
'requests': ['requests[socks]'],
'curl': ['pycurl', 'certifi'],
- 'aiohttp': ['aiohttp>=2.3.2', 'aiohttp-socks', 'aioftp'],
+ 'aiohttp': ['aiohttp>=2.3.2', 'aiohttp-socks', 'aioftp[socks]'],
},
)