diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-07-09 19:02:09 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-07-09 19:02:09 +0200 |
commit | 909471a6e58df80fbcb289d8bfcc2a1d6b4db2b6 (patch) | |
tree | 2c77235acc68c317b1788ad0285784752876bf5f /requirements.txt | |
parent | adcd9fa8abff676b6d9e27fb75b16a1ae1d557b3 (diff) | |
download | Ishtar-909471a6e58df80fbcb289d8bfcc2a1d6b4db2b6.tar.bz2 Ishtar-909471a6e58df80fbcb289d8bfcc2a1d6b4db2b6.zip |
Graph generation: manage link - display raw SVG - scale SVG - manage reopening in a specific tab
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 720276f27..9f93e818b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,6 +8,7 @@ html5lib==0.999999999 pyqrcode==1.2.1 pypng==0.0.19 +xmltodict==0.10 requests==2.12 |