Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing dependency when install from PyPi #4

Closed
Ducatel opened this issue May 2, 2018 · 0 comments
Closed

Missing dependency when install from PyPi #4

Ducatel opened this issue May 2, 2018 · 0 comments
Assignees

Comments

@Ducatel
Copy link
Contributor

Ducatel commented May 2, 2018

Description

Missing dependency on library requests when install from pip

Step to reproduce

  1. pip install hostmydocs-client=1.0.1
  2. execute
from hostmydocs.client import Client
t = Client(server_config=None)

Will throw ModuleNotFoundError: No module named 'requests'

@Ducatel Ducatel self-assigned this May 2, 2018
@Ducatel Ducatel closed this as completed in cb10639 May 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant