mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-22 06:03:23 +02:00
add pipenv, schedule cmd, logs dir, and lots more
This commit is contained in:
11
setup.py
11
setup.py
@@ -31,7 +31,7 @@ setuptools.setup(
|
||||
'Bug Tracker': 'https://github.com/pirate/ArchiveBox/issues',
|
||||
'Roadmap': 'https://github.com/pirate/ArchiveBox/wiki/Roadmap',
|
||||
'Changelog': 'https://github.com/pirate/ArchiveBox/wiki/Changelog',
|
||||
'Donations': 'https://github.com/pirate/ArchiveBox/wiki/Donations',
|
||||
'Patreon': 'https://github.com/pirate/ArchiveBox/wiki/Donations',
|
||||
},
|
||||
packages=setuptools.find_packages(),
|
||||
python_requires='>=3.6',
|
||||
@@ -40,6 +40,15 @@ setuptools.setup(
|
||||
"base32-crockford==0.3.0",
|
||||
"django==2.2",
|
||||
"django-extensions==2.1.6",
|
||||
"youtube-dl",
|
||||
|
||||
# Some/all of these will likely be added in the future:
|
||||
# wpull
|
||||
# pywb
|
||||
# pyppeteer
|
||||
# archivenow
|
||||
# requests
|
||||
|
||||
],
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
|
Reference in New Issue
Block a user