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 pip requirements file #55

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

monotonee
Copy link

A requirements.txt file is a list of dependencies and version specifiers that is consumable by pip with pip install -r requirements.txt, easing the install process for end-users and developers.¹ To avoid having multiple places in which dependencies are listed, setuptools will now read dependencies from the requirements.txt file.

  1. https://pip.pypa.io/en/stable/user_guide/#requirements-files

Added dependencies from setuptools' install_requires array,
supplementing version specifiers.
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.

1 participant