-
Notifications
You must be signed in to change notification settings - Fork 89
python language not detected #61
Comments
OK that's definitely the problem. I did a 'touch requirements.txt', reran hawkeye and it ran all the python modules this time. However python-safety isn't finding any outdated dependencies, since they're all in the Pipfile. I wonder if there's a better dependency checker that supports Pipfile. |
Hi @njohnson-tw , |
for people looking for a quickfix until hawkeye can check pipfiles:
|
As I am not a Pythonero, I have some stupid questions... Do Also: @lauraionescu please do set up a PR for |
Thanks for reminding me @felixhammerl :) To answer your question:
|
This is great. Thanks for evaluating the issue and adding additional issues for the three python related tools. |
I'm scanning a python app for a client, and the python language wasn't detected. They're using a Pipfile, not a requirements.txt. Do you think that might be the problem?
The text was updated successfully, but these errors were encountered: