Skip to content

Commit

Permalink
new wip broken build
Browse files Browse the repository at this point in the history
  • Loading branch information
pirate committed Dec 5, 2020
1 parent 5f566ad commit 09e8f7f
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 21 deletions.
Binary file modified archivebox-0.5.0-py3-none-any.whl
Binary file not shown.
Binary file modified archivebox-0.5.0.tar.gz
Binary file not shown.
2 changes: 2 additions & 0 deletions archivebox.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,8 @@ Description: <div align="center">
cd ArchiveBox
git checkout master # or the branch you want to test
git pull
git submodule init
git submodule update

# Install ArchiveBox + python dependencies
python3 -m venv .venv && source .venv/bin/activate && pip install -e .[dev]
Expand Down
32 changes: 11 additions & 21 deletions archivebox.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ archivebox/mypy.ini
archivebox/package.json
archivebox/system.py
archivebox/util.py
archivebox.egg-info/PKG-INFO
archivebox.egg-info/SOURCES.txt
archivebox.egg-info/dependency_links.txt
archivebox.egg-info/entry_points.txt
archivebox.egg-info/requires.txt
archivebox.egg-info/top_level.txt
archivebox/cli/__init__.py
archivebox/cli/archivebox_add.py
archivebox/cli/archivebox_config.py
Expand All @@ -48,6 +42,7 @@ archivebox/core/__init__.py
archivebox/core/admin.py
archivebox/core/apps.py
archivebox/core/forms.py
archivebox/core/mixins.py
archivebox/core/models.py
archivebox/core/settings.py
archivebox/core/tests.py
Expand Down Expand Up @@ -93,16 +88,25 @@ archivebox/parsers/generic_txt.py
archivebox/parsers/medium_rss.py
archivebox/parsers/netscape_html.py
archivebox/parsers/pinboard_rss.py
archivebox/parsers/pocket_api.py
archivebox/parsers/pocket_html.py
archivebox/parsers/shaarli_rss.py
archivebox/parsers/wallabag_atom.py
archivebox/search/__init__.py
archivebox/search/utils.py
archivebox/search/backends/__init__.py
archivebox/search/backends/ripgrep.py
archivebox/search/backends/sonic.py
archivebox/themes/admin/actions_as_select.html
archivebox/themes/admin/app_index.html
archivebox/themes/admin/base.html
archivebox/themes/admin/login.html
archivebox/themes/default/add_links.html
archivebox/themes/default/base.html
archivebox/themes/default/link_details.html
archivebox/themes/default/main_index.html
archivebox/themes/default/main_index_minimal.html
archivebox/themes/default/main_index_row.html
archivebox/themes/default/core/snapshot_list.html
archivebox/themes/default/static/add.css
archivebox/themes/default/static/admin.css
Expand All @@ -116,19 +120,5 @@ archivebox/themes/default/static/sort_asc.png
archivebox/themes/default/static/sort_both.png
archivebox/themes/default/static/sort_desc.png
archivebox/themes/default/static/spinner.gif
archivebox/themes/legacy/favicon.ico
archivebox/themes/legacy/link_details.html
archivebox/themes/legacy/main_index.html
archivebox/themes/legacy/main_index_minimal.html
archivebox/themes/legacy/main_index_row.html
archivebox/themes/legacy/robots.txt
archivebox/themes/legacy/static/archive.png
archivebox/themes/legacy/static/bootstrap.min.css
archivebox/themes/legacy/static/external.png
archivebox/themes/legacy/static/jquery.dataTables.min.css
archivebox/themes/legacy/static/jquery.dataTables.min.js
archivebox/themes/legacy/static/jquery.min.js
archivebox/themes/legacy/static/sort_asc.png
archivebox/themes/legacy/static/sort_both.png
archivebox/themes/legacy/static/sort_desc.png
archivebox/themes/legacy/static/spinner.gif
archivebox/themes/legacy/main_index_row.html
1 change: 1 addition & 0 deletions archivebox.egg-info/requires.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ youtube-dl
python-crontab==2.5.1
croniter==0.3.34
w3lib==1.22.0
pocket==0.3.6

[dev]
setuptools
Expand Down

0 comments on commit 09e8f7f

Please sign in to comment.