diff --git a/releasenotes/notes/support-vcs-uris-with-subdirectories-20ad68b6138f72ca.yaml b/releasenotes/notes/support-vcs-uris-with-subdirectories-20ad68b6138f72ca.yaml new file mode 100644 index 00000000..02669ab0 --- /dev/null +++ b/releasenotes/notes/support-vcs-uris-with-subdirectories-20ad68b6138f72ca.yaml @@ -0,0 +1,11 @@ +--- +features: + - | + Subdirectories can now be included when specfifying a requirement in + ``requirements.txt`` or ``test-requirements.txt`` using VCS URIs. For + example: + + -e git+https://foo.com/zipball#egg=bar&subdirectory=baz + + For more information, refer to the `pip documentation + `__.