Batch update after data-loss

This commit is contained in:
Eren Golge
2018-11-02 16:13:51 +01:00
parent f53f9cb360
commit c8a552e627
18 changed files with 1362 additions and 607 deletions
+2 -2
View File
@@ -80,11 +80,11 @@ setup(
"matplotlib==2.0.2",
"Pillow",
"flask",
"lws",
# "lws",
"tqdm",
],
extras_require={
"bin": [
"tqdm",
"requests",
],
})