Update requirements for installation of the example project (#72)

This commit is contained in:
Alexey Kotlyarov 2017-04-20 21:25:38 +10:00 committed by Cédric Carrard
parent 9f9ed3aeed
commit 59283a1af4
3 changed files with 5 additions and 4 deletions

View file

@ -160,7 +160,7 @@ class EmbedTestCase(TestCase):
self.assertRenderedTemplate(template, '')
logs.check(
('requests.packages.urllib3.connectionpool', 'INFO', 'Starting new HTTP connection (1): vimeo.com'),
('requests.packages.urllib3.connectionpool', 'DEBUG', 'Starting new HTTP connection (1): vimeo.com'),
('embed_video.templatetags.embed_video_tags', 'ERROR', 'Timeout reached during rendering embed video (`http://vimeo.com/72304002`)')
)

View file

@ -1,10 +1,9 @@
Running example project
***********************
#. Install Django and PyYAML::
#. Install requirements::
pip install Django
pip install pyyaml
pip install -r requirements.txt
#. Create database::

View file

@ -1 +1,3 @@
Django>=1.5
pyyaml
requests