Skip to content

Commit ff87cc1

Browse files
author
Callum Oakley
committed
Merge branch 'refactoring-config-to-client' of https://github.com/pusher/pusher-http-python into refactoring-config-to-client
2 parents 0257f99 + 3c26904 commit ff87cc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pusher/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
22

3-
from pusher.pusher import Pusher
3+
from .pusher import Pusher
44

55
__all__ = ['Pusher']

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
install_requires=[
3636
'six',
3737
'requests>=2.3.0',
38-
'urllib3',
38+
'urllib3==1.17',
3939
'pyopenssl',
4040
'ndg-httpsclient',
4141
'pyasn1'

0 commit comments

Comments
 (0)