diff --git a/src/flake8_requirements/modules.py b/src/flake8_requirements/modules.py index b27c59e..f4a6b43 100644 --- a/src/flake8_requirements/modules.py +++ b/src/flake8_requirements/modules.py @@ -524,6 +524,7 @@ "grpcio-status": ["grpc_status"], "grpcio-testing": ["grpc_testing"], "grpcio-tools": ["grpc_tools"], + "ipython": ["IPython"], "mysql_python": ["MySQLdb"], "mysqlclient": ["_mysql", "MySQLdb"], "pillow": ["PIL"],