Conversation
Fixes #481 Signed-off-by: Teo <teocns@gmail.com>
WalkthroughThis update modifies the dependency management in the Changes
Files selected (1)
Files ignored (0)InstructionsEmoji Descriptions:
Interact with the Bot:
Available Commands:
Tips for Using @Entelligence.AI Effectively:
Need More Help?
|
Signed-off-by: Teo <teocns@gmail.com>
Files selected (1)
Files ignored (0)InstructionsEmoji Descriptions:
Interact with the Bot:
Available Commands:
Tips for Using @Entelligence.AI Effectively:
Need More Help?
|
…traints (#561) - `packaging` does not have to be verbosely specified because: 1. It is already an implicity dependency upon `setuptools` 2. Even if the above wouldn't be true, it still would not belong under runtime `[dependencies]`. For further info, https://packaging.python.org/ - Restored loosen `psutil` loosen dep from #491 - Capped all dependencies to a maximum ver. pointing to the latest stable (there are a number of reasons to do that, among security and also performance)
Fixes #481