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

Reconfiguring dependencies in the Pipfile #9

Closed
purefunctor opened this issue Sep 1, 2020 · 0 comments · Fixed by #10
Closed

Reconfiguring dependencies in the Pipfile #9

purefunctor opened this issue Sep 1, 2020 · 0 comments · Fixed by #10
Assignees
Labels
enhancement New feature or request
Projects

Comments

@purefunctor
Copy link
Contributor

Rationale

pipenv has the ability to separate development dependencies from the project dependencies. This issue aims to resolve the separation between these two groups of dependencies. For future reference, dependencies can be managed like the following:

$ pipenv install discord.py    # To install project dependencies
$ pipenv install --dev pylint  # To install development dependencies
$ pipenv uninstall requests    # To remove dependencies
@purefunctor purefunctor added the enhancement New feature or request label Sep 1, 2020
@purefunctor purefunctor added this to To-Do in General via automation Sep 1, 2020
@purefunctor purefunctor self-assigned this Sep 1, 2020
@fisher60 fisher60 closed this as completed Sep 1, 2020
General automation moved this from To-Do to Done Sep 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
General
  
Done
Development

Successfully merging a pull request may close this issue.

2 participants