1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-29 09:10:13 +02:00

first working django model with archivebox-shell command and sql exporting

This commit is contained in:
Nick Sweeting
2019-04-17 03:49:18 -04:00
parent ecf95d398a
commit cdb70c73df
17 changed files with 215 additions and 21 deletions

View File

@@ -36,9 +36,10 @@ setuptools.setup(
packages=setuptools.find_packages(),
python_requires='>=3.6',
install_requires=[
"dataclasses==0.6",
"base32-crockford==0.3.0",
"django==2.2",
"dataclasses==0.6",
"django-extensions==2.1.6",
],
entry_points={
'console_scripts': [