Skip to content

Separate user and dev requirements #60

@dagpunk

Description

@dagpunk

Background

The current dependencies in requirements.txt are all development-related. They are not essential for using the package. Perform the following actions to improve the dependency management aspects of this template:

Plan

  • Move the current contents of requirements.in and requirements.txt to dev-requirements.in and dev-requirements.txt.
  • Modify some logic in the package to use a third-party package, simulating a common circumstance. Consider using pandas and/or a visualization package.
  • Replace the current version of requirements.in and requirements.txt with the references to the third-party dependency used during the execution of the package.
  • Modify the build/test GitHub Actions workflow to account for these changes.

References

Metadata

Metadata

Assignees

Labels

dependenciesPull requests that update a dependency fileenhancementNew feature or request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions