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

Declare missing dependencies #474

Merged
merged 4 commits into from
Dec 14, 2021
Merged

Declare missing dependencies #474

merged 4 commits into from
Dec 14, 2021

Conversation

squahtx
Copy link
Contributor

@squahtx squahtx commented Dec 14, 2021

It's best to look at the commits separately.
The first commit sorts the list of dependencies.

@squahtx squahtx requested a review from a team as a code owner December 14, 2021 16:01
@DMRobertson DMRobertson self-assigned this Dec 14, 2021
setup.py Outdated
Comment on lines 60 to 64
"flake8-pyi==20.10.0",
"flake8==3.9.2",
"isort==5.8.0",
"mypy>=0.902",
"mypy-zope>=0.3.1",
"mypy>=0.902",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same deal, I'd probably put mypy above mypy-zope, & similar for flake8

setup.py Outdated
@@ -45,14 +45,17 @@ def read(fname):
"jinja2>=3.0.0",
"netaddr>=0.7.0",
"phonenumbers>=8.12.32",
"PyNaCl>=1.2.1",
"pyopenssl",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any idea about a version bound here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll copy the one from synapse

Copy link
Contributor

@DMRobertson DMRobertson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@squahtx squahtx merged commit fa547f1 into main Dec 14, 2021
@squahtx squahtx deleted the squah/declare_dependencies branch December 14, 2021 17:51
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.

2 participants