Skip to content

Commit 1382746

Browse files
committed
python3Packages.djangorestframework-stubs: remove coreapi dependency
Using coreapi with the main package is deprecated by upstream: encode/django-rest-framework#7519
1 parent 76dd28c commit 1382746

File tree

1 file changed

+0
-2
lines changed
  • pkgs/development/python-modules/djangorestframework-stubs

1 file changed

+0
-2
lines changed

pkgs/development/python-modules/djangorestframework-stubs/default.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
fetchFromGitHub,
66
mypy,
77
py,
8-
coreapi,
98
pytest-mypy-plugins,
109
pytestCheckHook,
1110
pythonOlder,
@@ -43,7 +42,6 @@ buildPythonPackage rec {
4342

4443
optional-dependencies = {
4544
compatible-mypy = [ mypy ] ++ django-stubs.optional-dependencies.compatible-mypy;
46-
coreapi = [ coreapi ];
4745
markdown = [ types-markdown ];
4846
};
4947

0 commit comments

Comments
 (0)