mirror of
https://github.com/Hopiu/django-embed-video.git
synced 2026-03-16 21:30:23 +00:00
Add Django to requirements
This commit is contained in:
parent
db01eb7282
commit
928926169c
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -29,5 +29,5 @@ setup(
|
|||
'Topic :: Internet :: WWW/HTTP',
|
||||
],
|
||||
keywords=['youtube', 'vimeo', 'video', 'soundcloud'],
|
||||
install_requires=['requests >= 1.2.3', ],
|
||||
install_requires=['requests >= 1.2.3', 'Django >= 1.5'],
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue