# Drakkar-Software requirements
Async-Channel>=2.0.6, <2.1
OctoBot-Commons>=1.4.13, <1.5
OctoBot-Trading>=1.11.17, <1.12

# Services
# Reddit
praw==7.1.0
# Telegram
python-telegram-bot==13.1.0
# Twitter
Python-Twitter==3.5
# Google
simplifiedpytrends>=1.1.0
# Ngrok
pyngrok==2.1.4
# 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.9.0
### used by flask-socketio with gevent (listed here because multiple libs are usable, force this one)
gevent-websocket==0.10.1
flask-socketio==4.3.2

# Analysis tools
newspaper3k==0.2.8
vaderSentiment==3.3.2
