diff options
author | pjotrp | 2015-11-18 11:19:01 +0100 |
---|---|---|
committer | pjotrp | 2015-11-18 11:19:01 +0100 |
commit | cb0f10fc4850b6b06f2237b532317a5c6668584a (patch) | |
tree | d143662ecceac5e05bd06afee4c87b2beb88859b /misc | |
parent | 28ec342362ba068b3d0b5b9a302bc279d251f160 (diff) | |
parent | 0310301b30c59eca45235cd1bd1ff8e15923950a (diff) | |
download | genenetwork2-cb0f10fc4850b6b06f2237b532317a5c6668584a.tar.gz |
Merge branch 'master' of https://github.com/zsloan/genenetwork2 into zsloan
Diffstat (limited to 'misc')
-rw-r--r-- | misc/notes_DA.txt | 10 | ||||
-rw-r--r-- | misc/requirements.txt | 2 |
2 files changed, 12 insertions, 0 deletions
diff --git a/misc/notes_DA.txt b/misc/notes_DA.txt new file mode 100644 index 00000000..410e0182 --- /dev/null +++ b/misc/notes_DA.txt @@ -0,0 +1,10 @@ +Danny's notes about the genenetwork source + +Location of static files: + +Location of HTML templates: wqflask/wqflask/templates/ + +Entry point of the wqflask app: wqflask/wqflask/__init__.py + +Application routes: wqflask/wqflask/views.py + diff --git a/misc/requirements.txt b/misc/requirements.txt index ec02a2c2..39ee5652 100644 --- a/misc/requirements.txt +++ b/misc/requirements.txt @@ -17,6 +17,7 @@ Werkzeug==0.8.3 apache-libcloud==0.12.3 argparse==1.2.1 blinker==1.2 +cairosvg==1.0.15 itsdangerous==0.17 logging-tree==1.2 logilab-astng==0.24.3 @@ -32,3 +33,4 @@ scipy==0.11.0 simplejson==3.0.7 wsgiref==0.1.2 yolk==0.4.3 +XlsxWriter==0.7.2 |