
JLi487331 (Community Member) asked a question.
The documentation says that we have to have requirements.txt file in order to scan the Python repo for dependencies. However, we use Anaconda package manager and the dependency-related file we have is "anaconda-project-lock. yml". What is a good way to handle this? I read that we can run `pip freeze > requirements.txt` to generate the requirements.txt but I'm not sure if the file generated is all encompassing as it looks significantly shorter.
TIA
.png)
Hello @JLi487331 (Community Member) ,
I checked with out engineers and they confirmed that we don't support environment.yaml we only support setup.py and requirements.txt. Hopefully this will help you.
Jason
Community Support Engineer