Skip to content

Commit

Permalink
[Requirements] update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeDSM committed Jan 4, 2025
1 parent c2fd99c commit 647d5a5
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ OctoBot-Trading>=2.4.0, <2.5

# Services
# Reddit
asyncpraw==7.7.1
asyncpraw==7.8.1
# Telegram
python-telegram-bot==21.6 # update alongside supabase for httpx requirement
python-telegram-bot==21.10 # update alongside supabase for httpx requirement
telethon==1.24.0
# Twitter (associated tentacles are disabled as starting from feb 9 2023, API is now paid only).
# see https://twitter.com/TwitterDev/status/1621026986784337922
Expand All @@ -16,34 +16,33 @@ telethon==1.24.0
simplifiedpytrends>=1.1.2
# Ngrok
# 7.2.0 creates an "access denied" error when python tries to communicate with the bin
pyngrok==7.1.6
pyngrok==7.2.2
# chat gpt
openai==1.51.0
openai==1.59.3
# Web
## http server
flask==3.0.3
flask==3.1.0
werkzeug == 3.1.3
# Flask templates
jinja2==3.1.4
jinja2==3.1.5
## flask minification
flask-compress==1.15
flask-compress==1.17
## flask cache
flask-caching==2.3.0
## flask user authentication management
flask-login==0.6.3
# werkzeug 3.0.0 generates "cannot import name 'url_decode' from 'werkzeug.urls'" error when
# used with flask-login==0.6.2. Waiting for a flask-login update to be able to bump werkzeug
werkzeug == 3.0.4
## flask CORS management
flask-cors==5.0.0
## user form validators
WTForms==3.1.2
Flask-WTF==1.2.1
WTForms==3.2.1
Flask-WTF==1.2.2
## websockets
### used by the webhook service and flask-socketio for the web interface
gevent==24.2.1
gevent==24.11.1
### used by flask-socketio with gevent (listed here because multiple libs are usable, force this one)
gevent-websocket==0.10.1
flask-socketio==5.4.1
flask-socketio==5.5.0
python-socketio>=5.12.0 # required by flask-socketio >= 5.5.0

# Analysis tools
vaderSentiment==3.3.2

0 comments on commit 647d5a5

Please sign in to comment.