Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit 026debd

Browse files
committed
Use actual package hypertemp
1 parent cb64f58 commit 026debd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

orbitdbapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.2.0.rc.2.0'
1+
__version__ = '0.2.0.rc.2.1'

orbitdbapi/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import logging
33
import requests
44
from .db import DB
5-
from hyper.contrib import HTTP20Adapter
5+
from hypertemp.contrib import HTTP20Adapter
66
from urllib.parse import quote as urlquote
77

88
class OrbitDbAPI ():

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
packages=find_packages(),
1313
install_requires=[
1414
'requests >= 2.11',
15-
'hyper >= 0.8.0.dev0'
15+
'hypertemp == 0.8.0'
1616
],
1717
classifiers=[
1818
'Programming Language :: Python :: 3',

0 commit comments

Comments
 (0)