mirror of
https://github.com/Hopiu/python-markdown-oembed.git
synced 2026-03-16 22:10:24 +00:00
update setup.py test requirements
This commit is contained in:
parent
12515f4907
commit
784a7a0189
1 changed files with 8 additions and 1 deletions
9
setup.py
9
setup.py
|
|
@ -40,5 +40,12 @@ setup(
|
||||||
],
|
],
|
||||||
|
|
||||||
test_suite='nose.collector',
|
test_suite='nose.collector',
|
||||||
tests_require=['WebTest >= 1.2', 'BeautifulSoup', 'pytidylib', 'poster']
|
tests_require=[
|
||||||
|
'nose',
|
||||||
|
'mock',
|
||||||
|
'WebTest >= 1.2',
|
||||||
|
'BeautifulSoup',
|
||||||
|
'pytidylib',
|
||||||
|
'poster'
|
||||||
|
]
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue