-
Notifications
You must be signed in to change notification settings - Fork 85
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
Conversation
setup.py
Outdated
"flake8-pyi==20.10.0", | ||
"flake8==3.9.2", | ||
"isort==5.8.0", | ||
"mypy>=0.902", | ||
"mypy-zope>=0.3.1", | ||
"mypy>=0.902", |
There was a problem hiding this comment.
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", |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
It's best to look at the commits separately.
The first commit sorts the list of dependencies.