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

Tidy dependencies #936

Merged
merged 4 commits into from
Feb 28, 2021
Merged

Tidy dependencies #936

merged 4 commits into from
Feb 28, 2021

Conversation

neiljp
Copy link
Collaborator

@neiljp neiljp commented Feb 27, 2021

  • Remove requirements.txt
  • Migrate Pipfile to simply use setup.py dependencies
  • Upgrade isort and mypy

We now recommend other installation methods for development, and
primarily store package dependencies in setup.py; this reduces one
requirement for synchronizing between installation options.

The reference in the README remains accurate with regard to PyPy, but is
not specific to the pipenv installation.
Continue to support use of pipenv for development installation and venv
management, but rely upon setup.py for centralized dependencies.

Thanks to Anders Kaseorg for this suggestion.
@neiljp neiljp added the area: infrastructure Project infrastructure label Feb 27, 2021
@zulipbot zulipbot added the size: L [Automatic label added by zulipbot] label Feb 27, 2021
@neiljp neiljp merged commit 64fb5e5 into zulip:main Feb 28, 2021
@neiljp neiljp added this to the Next Release milestone Feb 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: infrastructure Project infrastructure size: L [Automatic label added by zulipbot]
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants