diff --git a/setup.py b/setup.py index e8797ba..b0d93c6 100644 --- a/setup.py +++ b/setup.py @@ -30,6 +30,7 @@ setup( "tabulate", "python-dateutil", "pluggy", + "pip", ], extras_require={ "test": ["pytest", "black>=24.1.1", "hypothesis", "cogapp"],