upstash / redis-py

HTTP based Python Redis Client for Serverless and Edge Functions
https://docs.upstash.com/redis
MIT License
29 stars 3 forks source link

Separate dev-dependencies #25

Closed mdumandag closed 1 year ago

mdumandag commented 1 year ago

Formerly, all dependencies were grouped under the poetry dependencies, causing people to install test releated dependencies on pip install upstash-redis.

Now, the dev dependencies are separated.

Also, the unnecessary urrllib3 dependecy declaration is removed altogether.