Skip to content
Snippets Groups Projects
Commit b334215a authored by Antoine Lambert's avatar Antoine Lambert
Browse files

requirements: Remove no longer needed dependencies

parent 79e0e9bc
No related branches found
No related tags found
No related merge requests found
......@@ -17,14 +17,12 @@ htmlmin
iso8601
msgpack
prometheus-client
psycopg2
pybadges >= 2.2.1
pygments
pymemcache
python-magic >= 0.4.0
# TODO: remove python-memcached requirement once we use django >= 3.2 in production
python-memcached
pyyaml
requests
sentry-sdk
typing-extensions
psycopg2
......@@ -4,9 +4,7 @@
# See top-level LICENSE file for more information
import functools
from typing import Dict, List, Optional
from typing_extensions import Literal
from typing import Dict, List, Literal, Optional
from django.http.response import HttpResponseBase
from rest_framework.decorators import api_view
......
......@@ -3,11 +3,9 @@
# License: GNU Affero General Public License version 3, or any later version
# See top-level LICENSE file for more information
from typing import Any, Dict, Iterable, List, Mapping, Optional
from typing import Any, Dict, Iterable, List, Mapping, Optional, TypedDict
from urllib.parse import quote, unquote
from typing_extensions import TypedDict
from swh.model.exceptions import ValidationError
from swh.model.hashutil import hash_to_bytes, hash_to_hex
from swh.model.swhids import CoreSWHID, ObjectType, QualifiedSWHID
......
......@@ -4,9 +4,7 @@
# See top-level LICENSE file for more information
from datetime import datetime
from typing import Any, Dict, List, Optional, TypeVar
from typing_extensions import TypedDict
from typing import Any, Dict, List, Optional, TypedDict, TypeVar
from swh.core.api.classes import PagedResult as CorePagedResult
from swh.model.swhids import ObjectType
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment