mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 14:50:16 +00:00
e1a29337cd
Signed-off-by: Dan Ryan <dan@danryan.co>
9 lines
252 B
Python
9 lines
252 B
Python
# -*- coding=utf-8 -*-
|
|
# Copyied from pip's vendoring process
|
|
# see https://github.com/pypa/pip/blob/95bcf8c5f6394298035a7332c441868f3b0169f4/tasks/__init__.py
|
|
import invoke
|
|
|
|
from . import vendoring, release
|
|
|
|
ns = invoke.Collection(vendoring, release)
|