Add Twitter integration

Fixes #46
This commit is contained in:
Sonny Bakker 2020-09-27 16:08:30 +02:00
parent a7b4271a7d
commit 40a027587b
116 changed files with 11005 additions and 5441 deletions

View file

@ -25,6 +25,8 @@ gunicorn = "^20.0.4"
python-dotenv = "^0.12.0"
django = ">=3.0.7"
sentry-sdk = "^0.15.1"
ftfy = "^5.8"
requests_oauthlib = "^1.3.0"
[tool.poetry.dev-dependencies]
factory-boy = "^2.12.0"