- Add Twitter integration
- Refactor alot of existing code in collection app
- Update webpack font configuration
This commit is contained in:
Sonny Bakker 2020-09-27 16:19:32 +02:00
parent 805321f66d
commit d4a41a62da
118 changed files with 11060 additions and 5515 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"