mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 14:30:09 +01:00
remove requirement that's not needed
This commit is contained in:
parent
1605ff2fc1
commit
32447b03d4
2 changed files with 4 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue