We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76dd28c commit 1382746Copy full SHA for 1382746
pkgs/development/python-modules/djangorestframework-stubs/default.nix
@@ -5,7 +5,6 @@
5
fetchFromGitHub,
6
mypy,
7
py,
8
- coreapi,
9
pytest-mypy-plugins,
10
pytestCheckHook,
11
pythonOlder,
@@ -43,7 +42,6 @@ buildPythonPackage rec {
43
42
44
optional-dependencies = {
45
compatible-mypy = [ mypy ] ++ django-stubs.optional-dependencies.compatible-mypy;
46
- coreapi = [ coreapi ];
47
markdown = [ types-markdown ];
48
};
49
0 commit comments