Add requests-oauthlib to deps

This commit is contained in:
Sonny Bakker 2020-09-23 23:21:00 +02:00
parent b653c210f1
commit 5618ca702d
2 changed files with 39 additions and 1 deletions

View file

@ -26,6 +26,7 @@ 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"