We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trying to utilise the package but can't get it running. I'm using poetry as my package manager and have added to my pyproject.toml file:
[tool.poetry.dependencies] python = "^3.8" Flask = "^2.0.1" fin-news = "^0.1.1"
However when I then try and import finnews:
from finnews.client import News
It throws error.
Any ideas why this could be?
The text was updated successfully, but these errors were encountered:
same problem
Sorry, something went wrong.
No branches or pull requests
Trying to utilise the package but can't get it running. I'm using poetry as my package manager and have added to my pyproject.toml file:
However when I then try and import finnews:
from finnews.client import News
It throws error.
Any ideas why this could be?
The text was updated successfully, but these errors were encountered: