Skip to content

Commit

Permalink
new: add package requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
asakharov committed Sep 12, 2021
1 parent 2ca5398 commit 7211c16
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
Expand Down

0 comments on commit 7211c16

Please sign in to comment.