Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed May 8, 2017
1 parent 1b7fa94 commit 8ee6e5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Expand Up @@ -59,6 +59,7 @@ pyquickhelper
pyreadline
python-dateutil
python-jenkins
python3-linkedin
pytz
PyYAML
pyzmq
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Expand Up @@ -232,9 +232,10 @@ def write_version():
install_requires=["pyquickhelper"],
extras_require={
'graph_helper': ['matplotlib'],
'languages': ['antlr4-python3-runtime'],
'datasource.linkedin_access': ['python-linkedin>=4.2'],
'datasource.linkedin_access': ['python3-linkedin'],
'datasource.convert': ['dbread'],
'finance': ['pandas-datareader'],
'languages': ['antlr4-python3-runtime'],
'notebook_helper.folium_helper': ['folium'],
'notebook_helper.magic_notebook': ['qgrid'],
'remote.ssh_remote_connection': ['paramiko', 'ansiconv', 'ansi2html', 'chardet'],
Expand Down

0 comments on commit 8ee6e5d

Please sign in to comment.