diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-03-01 23:20:56 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-03-08 11:39:56 +0100 |
commit | 15803d7a5c8598bae51b22a15f792fb03fdccbe0 (patch) | |
tree | 5bf2acc7fe635d6e5cf0ae5142f399bbd34c7711 /requirements.txt | |
parent | 2113b7baf70571b22db3fd78d3bcf1c88352d32d (diff) | |
download | Ishtar-15803d7a5c8598bae51b22a15f792fb03fdccbe0.tar.bz2 Ishtar-15803d7a5c8598bae51b22a15f792fb03fdccbe0.zip |
Add django-background-task as a dependency (refs #3951)
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index a442535cd..a6bdfa2e8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,6 +9,7 @@ html5lib==0.999999999 dbf==0.96.003 python-memcached==1.57 unicodecsv==0.14.1 +django-background-tasks==1.1.11 pytidylib==0.2.1 lxml==3.4.0 |