remove requirement that's not needed

This commit is contained in:
Manuel Barkhau 2018-12-23 13:23:31 +01:00
parent 1605ff2fc1
commit 32447b03d4
2 changed files with 4 additions and 3 deletions

View file

@ -15,8 +15,9 @@
#
# This allows us to:
#
# 1. Easily navigate to the source of a vendored dependency
# 2. Use binary versions packages instead of source versions of
# 1. Enable mypy to check modules of multiple packages.
# 2. Easily navigate to the source of a vendored dependency
# 3. Use binary versions packages instead of source versions of
# packages, simply by not including the vendor/ directory in
# the PYTHONPATH. The version from the virtualenv will then
# be loaded instead.