automatic requirements.txt in pycharm do not generate
I have faced a strange issue with automatic requirement.txt in pycharm.
When I run pip freeze > requirements.txt
as always, it adds multiple packages from my virtual environment (some of them I do not use). I need to add only modules that are currently in all imports in my python project (Python 3.12.2)
So, when I run command Add imported packages to requirements
I see loading screen and after that my requirements file is still empty.