mirror of
https://github.com/Hopiu/django-embed-video.git
synced 2026-03-16 21:30:23 +00:00
Update requirements for installation of the example project (#72)
This commit is contained in:
parent
9f9ed3aeed
commit
59283a1af4
3 changed files with 5 additions and 4 deletions
|
|
@ -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`)')
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -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::
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1,3 @@
|
|||
Django>=1.5
|
||||
pyyaml
|
||||
requests
|
||||
|
|
|
|||
Loading…
Reference in a new issue