mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-05-02 06:36:20 -04:00
generalized support for login doing automatic detection of login form on a page
This commit is contained in:
parent
bc6e0d243f
commit
86ac48d6c3
8 changed files with 213 additions and 48 deletions
4
setup.py
4
setup.py
|
@ -32,7 +32,7 @@ def find_package_data(package):
|
|||
|
||||
setuptools.setup(
|
||||
name='brozzler',
|
||||
version='1.1b9.dev145',
|
||||
version='1.1b9.dev146',
|
||||
description='Distributed web crawling with browsers',
|
||||
url='https://github.com/internetarchive/brozzler',
|
||||
author='Noah Levitt',
|
||||
|
@ -69,6 +69,7 @@ setuptools.setup(
|
|||
'rethinkdb>=2.3,<2.4',
|
||||
'psutil==4.3.0',
|
||||
'cerberus==1.0.1',
|
||||
'jinja2',
|
||||
],
|
||||
extras_require={
|
||||
'dashboard': ['flask>=0.11', 'gunicorn'],
|
||||
|
@ -80,6 +81,7 @@ setuptools.setup(
|
|||
'Environment :: Console',
|
||||
'License :: OSI Approved :: Apache Software License',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Topic :: Internet :: WWW/HTTP',
|
||||
'Topic :: System :: Archiving',
|
||||
])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue