# Drakkar-Software requirements
Async-Channel>=2.0.13, <2.1
OctoBot-Commons>=1.7, <1.7.10
OctoBot-Trading>=2.2.0, <2.3

# Services
# Reddit
asyncpraw==7.3.1
# Telegram
python-telegram-bot==13.7.0
telethon==1.24.0
# Twitter
Python-Twitter==3.5
# Google
simplifiedpytrends>=1.1.2
# Ngrok
pyngrok==5.0.5
# Web
## http server
flask==2.1.2
# Flask templates
jinja2>=3.1.2
## flask minification
flask-compress==1.12
## flask cache
flask-caching==1.10.1
## flask user authentication management
flask-login==0.6.1
## user form validators
WTForms==3.0.1
Flask-WTF==1.0.1
## websockets
### used by the webhook service and flask-socketio for the web interface
gevent==21.12.0
### used by flask-socketio with gevent (listed here because multiple libs are usable, force this one)
gevent-websocket==0.10.1
flask-socketio==5.1.2

# Analysis tools
newspaper3k==0.2.8
vaderSentiment==3.3.2
