diff --git a/setup.py b/setup.py index d9e5359..43be95d 100644 --- a/setup.py +++ b/setup.py @@ -5,6 +5,10 @@ version='1.0.0', packages=['tinkoff_invest', 'tinkoff_invest.models'], url='https://github.com/asakharov/tinkoff_invest', + python_requires='>=3.8.0', + install_requires=[ + "prettytable", "iso8601", "requests", "ujson", "urllib3", "websocket-client" + ], license='MIT', author='Alexey Sakharov', author_email='alexey.sakharov@gmail.com',