Jim DeLaHunt
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
Edited How can I make PyCharm use PyProject.toml when checking if an imported module is listed in the project requirements?
I have written a Python program which imports two modules, `xattr` and `click`. PyCharm displays warning messages on these `import` statements. The warnings say, “Package containing module ‘xattr’ ...