Skip to content

Commit 82b689c

Browse files
authored
Merge pull request #835 from Carreau/pipx
2 parents 5a00327 + 9489989 commit 82b689c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ jobs:
4141
4242
- name: List installed packages
4343
run: |
44+
pip uninstall pipx -y
45+
pip install pipdeptree
46+
pipdeptree
47+
pipdeptree --reverse
4448
pip freeze
4549
pip check
4650

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ def run(self):
6161
keywords=['Interactive', 'Interpreter', 'Shell', 'Web'],
6262
python_requires='>=3.7',
6363
install_requires=[
64-
'importlib-metadata<5;python_version<"3.8.0"',
65-
'argcomplete>=1.12.3;python_version<"3.8.0"',
6664
'debugpy>=1.0.0,<2.0',
6765
'ipython>=7.23.1',
6866
'traitlets>=5.1.0,<6.0',

0 commit comments

Comments
 (0)