diff options
author | Jesús <heckyel@hyperbola.info> | 2019-11-08 12:19:31 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-11-08 12:19:31 -0500 |
commit | 297f1c65add6f43e70f49b29beb0d86fdfda8e65 (patch) | |
tree | c7616682dd9357c64f8a051702142cb2b5ace429 /requirements.txt | |
parent | 8fa30ad71cb81584eb6c6ef863659200530bf6e4 (diff) | |
download | libretube-297f1c65add6f43e70f49b29beb0d86fdfda8e65.tar.lz libretube-297f1c65add6f43e70f49b29beb0d86fdfda8e65.tar.xz libretube-297f1c65add6f43e70f49b29beb0d86fdfda8e65.zip |
Fix name file and update packages
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..1e45f5d --- /dev/null +++ b/requirements.txt @@ -0,0 +1,19 @@ +Babel==2.7.0 +beautifulsoup4==4.8.1 +blinker==1.4 +css-html-js-minify==2.5.5 +docutils==0.15.2 +feedgenerator==1.9 +html5validator==0.3.1 +Jinja2==2.10.3 +Markdown==3.1.1 +markdown-extra==1.0.1 +MarkupSafe==1.1.1 +pelican==4.2.0 +Pygments==2.4.2 +python-dateutil==2.8.1 +pytz==2019.3 +PyYAML==5.1.2 +six==1.13.0 +soupsieve==1.9.5 +Unidecode==1.1.1 |