pusher / pusher-http-python

Pusher Channels HTTP API library for Python
https://pusher.com/docs/server_api_guide
MIT License
376 stars 113 forks source link

Bump httpretty to 0.9.7, remove isAlive warning suppression #154

Closed damdo closed 5 years ago

damdo commented 5 years ago

It bumps the httpretty version to 0.9.7, which fixes the warning on isAlive. ref: https://github.com/gabrielfalcao/HTTPretty/pull/377