Update requirements.txt.
This commit is contained in:
parent
21f7e7ca22
commit
e3872e1da4
2 changed files with 3 additions and 1 deletions
|
@ -275,6 +275,8 @@ def send_file(filepath, override_mimetype=None):
|
||||||
|
|
||||||
####################################################################################################
|
####################################################################################################
|
||||||
|
|
||||||
|
# These functions will be called by the launcher, flask_dev, flask_prod.
|
||||||
|
|
||||||
def init_photodb(*args, **kwargs):
|
def init_photodb(*args, **kwargs):
|
||||||
global P
|
global P
|
||||||
P = etiquette.photodb.PhotoDB.closest_photodb(*args, **kwargs)
|
P = etiquette.photodb.PhotoDB.closest_photodb(*args, **kwargs)
|
||||||
|
|
|
@ -18,4 +18,4 @@ send2trash
|
||||||
zipstream
|
zipstream
|
||||||
|
|
||||||
# My own variety toolkit.
|
# My own variety toolkit.
|
||||||
voussoirkit>=0.0.60
|
https://github.com/voussoir/else/raw/master/_voussoirkit/voussoirkit.zip
|
||||||
|
|
Loading…
Reference in a new issue