Fix name file and update packages
This commit is contained in:
parent
8fa30ad71c
commit
297f1c65ad
@ -52,7 +52,7 @@ siguientes órdenes:
|
||||
2. `cd libretube`
|
||||
3. `virtualenv -p python3 venv`
|
||||
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)`
|
||||
7. `cp -v Makefile.example Makefile`
|
||||
8. `make html`
|
||||
|
@ -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
19
requirements.txt
Normal 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
|
Loading…
x
Reference in New Issue
Block a user