Squash py3_requirements.txt into requirements.txt.

This commit is contained in:
rht 2020-04-03 07:31:52 -04:00 committed by showell
parent 802f85224a
commit c1fb086677
3 changed files with 1 additions and 3 deletions

View file

@ -1 +0,0 @@
mypy==0.770

View file

@ -8,3 +8,4 @@ pytest
-e ./zulip_bots
-e ./zulip_botserver
-e git+https://github.com/zulip/zulint@aaed679f1ad38b230090eadd3870b7682500f60c#egg=zulint==1.0.0
mypy==0.770

View file

@ -98,8 +98,6 @@ the Python version this command is executed with."""
.format(os.path.join(base_dir, requirements_filename)))
install_dependencies('requirements.txt')
if py_version > (3, 1):
install_dependencies('py3_requirements.txt')
# Install all requirements for all bots. get_bot_paths()
# has requirements that must be satisfied prior to calling