bryanyang0528 / ksql-python

A python wrapper for the KSQL REST API.
MIT License
159 stars 67 forks source link

Remove pip unnecessary import #118

Open fferegrino opened 1 year ago

fferegrino commented 1 year ago

It seems that the need to use parse_requirements disappeared way back in 2017 (see https://github.com/bryanyang0528/ksql-python/commit/2b25445b5ef77f2c48d0916a6f08ec1723841f5f) and as reported in https://github.com/bryanyang0528/ksql-python/issues/117 it is causing errors.