diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | requeriments.txt | 19 | ||||
-rw-r--r-- | requirements.txt | 19 |
3 files changed, 20 insertions, 20 deletions
@@ -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` diff --git a/requeriments.txt b/requeriments.txt deleted file mode 100644 index 47ed506..0000000 --- a/requeriments.txt +++ /dev/null @@ -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 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 |