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

Uniformize HACF docs & move theme to Furo #1006

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Conversation

@Quentame Quentame added the documentation Improvements or additions to documentation label Oct 23, 2023
@Quentame Quentame self-assigned this Oct 23, 2023
"pytest-asyncio",
"aioresponses",
)
session.install(".")
Copy link
Collaborator

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")
Copy link
Collaborator

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.

Comment on lines +131 to +132
session.install(".")
session.install("coverage[toml]", "pytest", "pygments", "requests_mock")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As above

Comment on lines +156 to +157
session.install(".")
session.install("pytest", "typeguard", "pygments", "requests_mock")
Copy link
Collaborator

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
Copy link
Collaborator

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants