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.
1 parent 8389737 commit c22f8baCopy full SHA for c22f8ba
setup.py
@@ -1,6 +1,6 @@
1
from setuptools import setup
2
3
-requirements = ['aiodns', 'aiohttp>=3.7.4', 'backoff', 'base58', 'flake8', 'loguru', 'typing-extensions', 'pytz', 'pycryptodome', 'httpx']
+requirements = ['aiodns', 'aiohttp>=3.7.4', 'backoff', 'base58', 'flake8', 'loguru', 'typing-extensions', 'pytz', 'pycryptodome', 'httpx', 'websockets', 'json']
4
5
with open('README.md', 'r', encoding='utf-8') as fh:
6
long_description = fh.read()
0 commit comments