Python inspector takes too much time to process certain requirements.txt
For example, the time to process these requirements is more than 1 hour, while the time to process each individually is less than 5 minutes:
``
boto3==1.10.16
s3fs
tabulate
boto3==1.10.16
s3fs
seaborn
Could it be caused by cyclical dependencies?