pull/5/head
mandlm 2018-11-07 10:58:52 +01:00 committed by Michael Mandl
parent 8a3edce278
commit 71b1b29c3f
2 changed files with 1 additions and 1 deletions

View File

@ -1 +1,2 @@
Flask==1.0.2
Pillow==5.3.0

View File

@ -1,7 +1,6 @@
#!/usr/bin/python3
from flask import Flask, render_template, send_from_directory, redirect, url_for
from random import randint
from os import listdir, makedirs
from random import choice
from pathlib import Path