# Drakkar-Software requirements
Async-Channel>=2.1, <2.2
OctoBot-Commons>=1.8, <1.9
OctoBot-Trading>=2.3.0, <2.4

# Services
# Reddit
asyncpraw==7.7.0
# Telegram
python-telegram-bot==20.2
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
# Python-Twitter==3.5
# Google
simplifiedpytrends>=1.1.2
# Ngrok
pyngrok==5.2.1
# chat gpt
openai==0.27.2
# Web
## http server
flask==2.2.3
# Flask templates
jinja2>=3.1.2
## flask minification
flask-compress==1.13
## flask cache
flask-caching==2.0.2
## flask user authentication management
flask-login==0.6.2
## flask CORS management
flask-cors==3.0.10
## user form validators
WTForms==3.0.1
Flask-WTF==1.1.1
## websockets
### used by the webhook service and flask-socketio for the web interface
gevent==22.10.2
### used by flask-socketio with gevent (listed here because multiple libs are usable, force this one)
gevent-websocket==0.10.1
flask-socketio==5.3.3

# Analysis tools
newspaper3k==0.2.8
vaderSentiment==3.3.2
