add missing django-extensions dependency

This commit is contained in:
Nick Sweeting 2019-04-24 04:05:16 -04:00
parent 735db84022
commit ce2d18644b
2 changed files with 13 additions and 4 deletions

View file

@ -14,6 +14,7 @@ setuptools = "*"
dataclasses = "*"
base32-crockford = "*"
django = "*"
django-extensions = "*"
youtube-dl = "*"
python-crontab = "*"
croniter = "*"