Skip to content

Commit 5691b9f

Browse files
aniani
authored andcommitted
add dep
1 parent ffdd934 commit 5691b9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/read_hermes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import asyncio
44

5-
from pythclient.hermes import HermesClient, PriceFeed
5+
from pythclient.hermes import HermesClient
66

77
async def get_hermes_prices():
88
hermes_client = HermesClient([])

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup
22

3-
requirements = ['aiodns', 'aiohttp>=3.7.4', 'backoff', 'base58', 'flake8', 'loguru', 'typing-extensions', 'pytz', 'pycryptodome']
3+
requirements = ['aiodns', 'aiohttp>=3.7.4', 'backoff', 'base58', 'flake8', 'loguru', 'typing-extensions', 'pytz', 'pycryptodome', 'httpx']
44

55
with open('README.md', 'r', encoding='utf-8') as fh:
66
long_description = fh.read()

0 commit comments

Comments
 (0)