Skip to content

Commit

Permalink
fix pypi build
Browse files Browse the repository at this point in the history
  • Loading branch information
imvinaypatil committed Jan 8, 2023
1 parent 08e1e16 commit cd8cf72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.1.1
git+https://github.com/imvinaypatil/webull.git
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
'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 @ git+https://github.com/imvinaypatil/[email protected]#egg=webull'
'TA-Lib>=0.4.18', 'webull-12>=2023.0.1'
],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit cd8cf72

Please sign in to comment.