Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jph00 authored Jun 26, 2024
1 parent e95ff92 commit 4fe9459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
min_python = cfg['min_python']
lic = licenses[cfg['license']]

requirements = ['pip', 'packaging']
requirements = ['packaging']
if cfg.get('requirements'): requirements += cfg.get('requirements','').split()
if cfg.get('pip_requirements'): requirements += cfg.get('pip_requirements','').split()
dev_requirements = (cfg.get('dev_requirements') or '').split()
Expand Down

0 comments on commit 4fe9459

Please sign in to comment.