nlmatics / llmsherpa

Developer APIs to Accelerate LLM Projects
https://www.nlmatics.com
MIT License
1.17k stars 117 forks source link

Add urllib3 Dependency #1

Closed JSv4 closed 8 months ago

JSv4 commented 8 months ago

In a fresh environment where urllib3 is not installed, the client will complain the library needs to be installed. Added to install_requires list in setup.py

Fixes #2