Plugin not compatible with WebStorm although compatibility verfication is successful

Hello, i recently developed a plugin called ctexecutor which makes it possible to execute common table expressions which use other CTEs.
It should be compatible with all JetBrains IDEs, but i discovored when trying to install it to WebStorm, that it is incompatible although compatibility verfication is successful for different versions (including the newest which i use).
What could be the reason for this and how can i fix this?

Hi, your plugin is not compatible with WebStorm because it depends on the Database plugin, which is not available for WebStorm:

Actually, there is a specific Database plugin for WebStorm: https://plugins.jetbrains.com/plugin/10925-database-tools-and-sql-for-webstorm. I don’t know if you need to package a special release just for this IDE… You could also depend on optional modules/plugins.

Thanks very much for that info, i was able to fix that now