python-decouple
python-decouple copied to clipboard
Pycharm and the python-decouple package
This is not a package issue, but it occurred in the Pycharm IDE and Python 3.10, where despite the package being manually listed in the requirements.txt file, the IDE warns that the package is not.
The screenshot below shows that the IDE is looking for the package \venv\Lib\site-packages\decouple.py
Again, this is not really a problem, but just a report of IDE behavior.
Any idea?
By the way, thank you very much for developing this package.