diff --git a/debian/control b/debian/control index 2780866..a339313 100644 --- a/debian/control +++ b/debian/control @@ -1,25 +1,24 @@ Source: swh-indexer Maintainer: Software Heritage developers Section: python Priority: optional Build-Depends: debhelper (>= 9), dh-python, python3-all, python3-nose, python3-setuptools, python3-swh.core (>= 0.0.25~), python3-swh.storage (>= 0.0.64~), python3-swh.objstorage (>= 0.0.13~), python3-swh.scheduler (>= 0.0.9~), python3-click, exuberant-ctags, - python3-pymongo (>= 3.0.3~), python3-pygments, python3-vcversioner Standards-Version: 3.9.6 Homepage: https://forge.softwareheritage.org/diffusion/78/ Package: python3-swh.indexer Architecture: all -Depends: exuberant-ctags, python3-pymongo (>= 3.0.3~), ${misc:Depends}, ${python3:Depends} +Depends: exuberant-ctags, ${misc:Depends}, ${python3:Depends} Description: Software Heritage Content Indexer diff --git a/requirements.txt b/requirements.txt index b575560..30d3b92 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,11 @@ # Add here external Python modules dependencies, one per line. Module names # should match https://pypi.python.org/pypi names. For the full spec or # dependency lines, see https://pip.readthedocs.org/en/1.1/requirements.html vcversioner -pymongo >= 3.0.3 pygments click swh.core >= 0.0.25 swh.storage >= 0.0.64 swh.objstorage >= 0.0.13 swh.scheduler >= 0.0.9