Skip to content

Commit

Permalink
add dep
Browse files Browse the repository at this point in the history
  • Loading branch information
ani authored and ani committed Feb 20, 2024
1 parent ffdd934 commit 5691b9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/read_hermes.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import asyncio

from pythclient.hermes import HermesClient, PriceFeed
from pythclient.hermes import HermesClient

async def get_hermes_prices():
hermes_client = HermesClient([])
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup

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

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

0 comments on commit 5691b9f

Please sign in to comment.