We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0257f99 + 3c26904 commit ff87cc1Copy full SHA for ff87cc1
pusher/__init__.py
@@ -1,5 +1,5 @@
1
# -*- coding: utf-8 -*-
2
3
-from pusher.pusher import Pusher
+from .pusher import Pusher
4
5
__all__ = ['Pusher']
setup.py
@@ -35,7 +35,7 @@
35
install_requires=[
36
'six',
37
'requests>=2.3.0',
38
- 'urllib3',
+ 'urllib3==1.17',
39
'pyopenssl',
40
'ndg-httpsclient',
41
'pyasn1'
0 commit comments