Skip to content

Argparse dependency overrides default argparse #5

@danfischetti

Description

@danfischetti

Arparse has been built in to python since 3.2. When I try and install shtab in my environment (using python 3.6), the build system goes and fetches the argparse library from pypi which overrides the existing argparse library, breaking a lot of functionality. argparse should be conditional dependency for python versions < 2.7 or < 3.2.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions