-
Notifications
You must be signed in to change notification settings - Fork 38
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
Uniformize HACF docs & move theme to Furo #1006
base: main
Are you sure you want to change the base?
Conversation
"pytest-asyncio", | ||
"aioresponses", | ||
) | ||
session.install(".") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you need to keep ".[cli]" to have the cli dependencies included
"aioresponses", | ||
) | ||
session.install(".") | ||
session.install("mypy", "pytest", "types-requests", "types-pytz", "pytest-asyncio") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think you should change the dependencies here.
session.install(".") | ||
session.install("coverage[toml]", "pytest", "pygments", "requests_mock") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As above
session.install(".") | ||
session.install("pytest", "typeguard", "pygments", "requests_mock") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As above
click==8.1.7 | ||
tabulate==0.9.0 | ||
dateparser==1.1.8 | ||
furo==2023.9.10 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why remove click
/tabulate
/dateparser
?
Related PRs: