diff --git a/setup.py b/setup.py index 3905760..e251fc5 100644 --- a/setup.py +++ b/setup.py @@ -3,16 +3,11 @@ from setuptools import setup, find_packages install_requires = [ - 'sortedcontainers>=1.5.9', 'requests>=2.13.0', - 'six>=1.10.0', - 'websocket-client>=0.40.0', - 'pymongo>=3.5.1', ] tests_require = [ 'pytest', - 'python-dateutil>=2.7.5', ] with open("README.md", "r") as fh: