Selaa lähdekoodia

toaster: modified list of dependencies

Removed dependency to argparse and wsgiref as they're in
standard python library.

wsgiref crashes during installation with python 3 as it's not
compatible with python 3.

Added dependency to pytz as it's used in the toaster code.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Ed Bartosh 8 vuotta sitten
vanhempi
commit
46f185afaa
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. 1 2
      toaster-requirements.txt

+ 1 - 2
toaster-requirements.txt

@@ -1,4 +1,3 @@
 Django>1.8,<1.9
-argparse==1.2.1
-wsgiref==0.1.2
 beautifulsoup4>=4.4.0
+pytz