Skip to content

Commit

Permalink
Squash py3_requirements.txt into requirements.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
rht authored and showell committed Apr 3, 2020
1 parent 802f852 commit c1fb086
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion py3_requirements.txt

This file was deleted.

1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 0 additions & 2 deletions tools/provision
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c1fb086

Please sign in to comment.