Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • lunar/swh-deposit
  • anlambert/swh-deposit
  • swh/devel/swh-deposit
  • douardda/swh-deposit
  • ardumont/swh-deposit
  • marmoute/swh-deposit
  • rboyer/swh-deposit
7 results
Show changes
Showing
with 1392 additions and 913 deletions
:orphan:
This page was moved to: :ref:`deposit-user-manual`
This diff is collapsed.
[pytest]
norecursedirs = docs
DJANGO_SETTINGS_MODULE = swh.deposit.settings.testing
django-storages[azure]
Django < 2.0
django
djangorestframework
psycopg2
setuptools
pymemcache
swh.core[http]
swh.loader.tar >= 0.0.39
swh.loader.core >= 0.0.32
swh.scheduler >= 0.0.39
swh.model >= 0.0.26
swh.core[http] >= 0.4
swh.loader.core >= 0.0.71
swh.scheduler >= 2.3.0
swh.model >= 6.13.0
swh.auth[django] >= 0.5.3
swh.storage >= 0.28.0
swh.core >= 0.0.60
# These dependencies will be installed by deposit clients.
# Server dependencies go to requirements-swh-server.txt instead.
swh.core[http] >= 3.0.0
swh.model >= 6.13.0
pytest<4
pytest
pytest-django
swh.scheduler[testing]
pytest-mock
swh.scheduler[testing] >= 2.3.0
swh.loader.core[testing]
pytest-postgresql >= 5
requests_mock
django-stubs
djangorestframework-stubs >= 1.4
django-test-migrations
celery-types
types-requests
types-pyyaml
vcversioner
# These dependencies will be installed by deposit clients.
# Server dependencies go to requirements-server.txt instead.
click
xmltodict
iso8601
requests
sentry-sdk
xmlschema
This diff is collapsed.
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
# Copyright (C) 2020-2025 The Software Heritage developers
# See the AUTHORS file at the top-level directory of this distribution
# License: GNU General Public License version 3, or any later version
# See top-level LICENSE file for more information
from importlib.metadata import PackageNotFoundError, distribution
try:
__version__ = distribution("swh-deposit").version
except PackageNotFoundError:
__version__ = "devel"
# Copyright (C) 2020 The Software Heritage developers
# See the AUTHORS file at the top-level directory of this distribution
# License: GNU General Public License version 3, or any later version
# See top-level LICENSE file for more information
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.