mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Add importlib-metadata explicitly on tests/pytest-pypi
This commit is contained in:
@@ -90,7 +90,10 @@ setup(
|
||||
keywords='pytest-pypi testing pytest pypi',
|
||||
packages=find_packages(exclude=["contrib", "docs", "tests*"]),
|
||||
include_package_data = True, # include files listed in MANIFEST.in
|
||||
install_requires = ['Flask', 'six'],
|
||||
install_requires = [
|
||||
'Flask',
|
||||
'six',
|
||||
'importlib-metadata'],
|
||||
|
||||
# the following makes a plugin available to pytest
|
||||
entry_points = {
|
||||
|
||||
Reference in New Issue
Block a user