yahoo-finance étant HS, récup des cours par scrapping

This commit is contained in:
2017-11-24 21:54:53 +01:00
parent e17c885b23
commit d113bdd21d
4 changed files with 65 additions and 16 deletions

View File

@@ -23,6 +23,7 @@ requires = [
'MySQL-python',
'docutils',
'yahoo_finance',
'BeautifulSoup',
]
tests_require = [