# Drakkar-Software requirements
Async-Channel>=2.0.9, <2.1
OctoBot-Commons>=1.5.11, <1.6
OctoBot-Trading>=1.12.0, <1.13

# Services
# Reddit
praw==7.1.0
# Telegram
python-telegram-bot==13.1.0
telethon==1.21.1
# Twitter
Python-Twitter==3.5
# Google
simplifiedpytrends>=1.1.0
# Ngrok
pyngrok==5.0.5
# Web
## http server
flask==1.1.2
## flask user authentication management
flask-login==0.5.0
## user form validators
WTForms==2.3.3
Flask-WTF==0.14.3
## websockets
### used by the webhook service and flask-socketio for the web interface
gevent==20.12.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.0.1

# Analysis tools
newspaper3k==0.2.8
vaderSentiment==3.3.2
