damnever / pigar

:coffee: A tool to generate requirements.txt for Python project, and more than that. (IT IS NOT A PACKAGE MANAGEMENT TOOL)

Home Page:https://damnever.github.io/pigar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

azure-cognitiveservices-vision-computervision not getting detected

RToTheP opened this issue · comments

My code has an import from azure.cognitiveservices.vision.computervision however when I run pigar to get the dependencies it always return azure_common (which is a required dependency of azure.cognitiveservice.vision.computervision). Any clues?