add dependencie to django-tables2

This commit is contained in:
2019-02-02 19:55:43 +01:00
parent debdf7de7d
commit 8813a037f4
2 changed files with 10 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ django = "==2.1.5"
django-crispy-forms = "==1.7.2"
django-debug-toolbar = "==1.11"
django-extensions = "==2.1.5"
django-tables2 = "==2.0.4"
djangorestframework = "==3.9.1"
requests = "==2.21.0"