Skip to content

Commit

Permalink
update webull dep
Browse files Browse the repository at this point in the history
  • Loading branch information
imvinaypatil committed Jan 8, 2023
1 parent ab3499e commit 08e1e16
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion kinetick/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python

__version__ = '1.0.8'
__version__ = '1.0.9'
__author__ = 'vin8tech'

import os
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ setuptools
TA-Lib
python-telegram-bot
paho-mqtt
git+https://github.com/imvinaypatil/webull.git@v1.0.1
git+https://github.com/imvinaypatil/webull.git@v1.1.1
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

setup(
name='kinetick',
version='1.0.8',
version='1.0.9',
description='Simplifying Trading',
long_description=long_description,
url='https://github.com/imvinaypatil/kinetick',
Expand Down Expand Up @@ -52,9 +52,8 @@
'pytz>=2016.6.1', 'requests>=2.10.0', 'pyzmq>=15.2.1',
'mongoengine>=0.20.0',
'python-telegram-bot>=12.7', 'paho-mqtt>=1.5.0',
'TA-Lib>=0.4.18', 'webull'
'TA-Lib>=0.4.18', 'webull @ git+https://github.com/imvinaypatil/[email protected]#egg=webull'
],
dependency_links=['git+git://github.com/imvinaypatil/[email protected]'],
entry_points={
'console_scripts': [
'sample=sample:main',
Expand Down

0 comments on commit 08e1e16

Please sign in to comment.