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 missing PDF dependencies to autograder zip files #520

Closed
chrispyles opened this issue Aug 29, 2022 · 1 comment · Fixed by #521
Closed

Add missing PDF dependencies to autograder zip files #520

chrispyles opened this issue Aug 29, 2022 · 1 comment · Fixed by #521
Labels
bug Something isn't working
Milestone

Comments

@chrispyles
Copy link
Member

The changes made for #458 involved making some dependencies required for Otter Export not part of the library's install_requires, meaning these libraries now need to be added to the requirements.txt file created by Otter Generate (e.g. pdfkit).

@chrispyles chrispyles added the bug Something isn't working label Aug 29, 2022
@chrispyles chrispyles added this to the v4.0.1 milestone Aug 29, 2022
@chrispyles
Copy link
Member Author

Rather than updated the requirments.txt file (since we don't use html exports in the grading image), I'm going to change it so that the otter.export.exporters.via_html module is only imported once it's been determined that an html export is needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant