Fix name file and update packages

This commit is contained in:
Jesús 2019-11-08 12:19:31 -05:00
parent 8fa30ad71c
commit 297f1c65ad
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766
3 changed files with 20 additions and 20 deletions

View File

@ -52,7 +52,7 @@ siguientes órdenes:
2. `cd libretube` 2. `cd libretube`
3. `virtualenv -p python3 venv` 3. `virtualenv -p python3 venv`
4. `source venv/bin/activate` 4. `source venv/bin/activate`
5. `pip install -U -r requeriments.txt` 5. `pip install -U -r requirements.txt`
6. `(cd libretube-theme && make compile)` 6. `(cd libretube-theme && make compile)`
7. `cp -v Makefile.example Makefile` 7. `cp -v Makefile.example Makefile`
8. `make html` 8. `make html`

View File

@ -1,19 +0,0 @@
Babel==2.6.0
beautifulsoup4==4.7.1
blinker==1.4
css-html-js-minify==2.5.5
docutils==0.14
feedgenerator==1.9
html5validator==0.3.1
Jinja2==2.10
Markdown==3.1
markdown-extra==1.0.1
MarkupSafe==1.1.0
pelican==4.0.1
Pygments==2.3.1
python-dateutil==2.7.5
pytz==2018.9
PyYAML==5.1
six==1.12.0
soupsieve==1.7.3
Unidecode==1.0.23

19
requirements.txt Normal file
View File

@ -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