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

Add fire to core dependencies #73

Merged
merged 1 commit into from
Dec 18, 2024
Merged

Add fire to core dependencies #73

merged 1 commit into from
Dec 18, 2024

Conversation

Kostis-S-Z
Copy link
Contributor

What's changing

Currently, if you try to run the CLI app you will get ModuleNotFoundError: No module named 'fire'. This PR fixes this by adding fire to the core project dependencies.

How to test it

Steps to test the changes:

  1. pip install -e .
  2. document-to-podcast --from_config example_data/config.yaml
  3. No crash 🎉

Additional notes for reviewers

~

I already...

  • Tested the changes in a working environment to ensure they work as expected
  • [N/A] Added some tests for any new functionality
  • [N/A] Updated the documentation (both comments in code and under /docs)

@Kostis-S-Z Kostis-S-Z requested a review from daavoo December 18, 2024 13:50
@Kostis-S-Z Kostis-S-Z self-assigned this Dec 18, 2024
@Kostis-S-Z Kostis-S-Z requested review from a team and removed request for daavoo December 18, 2024 13:50
Copy link
Contributor

@daavoo daavoo left a comment

Choose a reason for hiding this comment

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

It looks like fire is an indirect dependency of parler so that is why we didn't catch this on the end-to-end test 🙃

@daavoo daavoo merged commit 2ec7ef9 into main Dec 18, 2024
1 check passed
@daavoo daavoo deleted the add-fire-to-dep branch December 18, 2024 13:54
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

Successfully merging this pull request may close these issues.

2 participants