diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-03-08 14:02:18 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-03-08 14:02:18 +0100 |
commit | 9e866c674849920c816096ff495fa484fb613bee (patch) | |
tree | e44c81dfb7435b978954c1c94c85d76c371f199f /requirements.txt | |
parent | 80bdf47a50d504dcb9e06c19470d0c2478b5e95c (diff) | |
download | Ishtar-9e866c674849920c816096ff495fa484fb613bee.tar.bz2 Ishtar-9e866c674849920c816096ff495fa484fb613bee.zip |
Comment banckground task dependecies - not mandatory (refs #3951)
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index a6bdfa2e8..4ec0797fb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ html5lib==0.999999999 dbf==0.96.003 python-memcached==1.57 unicodecsv==0.14.1 -django-background-tasks==1.1.11 +# django-background-tasks==1.1.11 ## not mandatory pytidylib==0.2.1 lxml==3.4.0 |