enowars / enochecker_cli

MIT License
1 stars 2 forks source link

fix: remove deprecated argparse dependency #19

Closed bchmnn closed 5 months ago

bchmnn commented 6 months ago

This pull removes the argparse dependency from requirements.txt, since it is part of the stdlib.

Reference: https://github.com/nix-community/poetry2nix/pull/1654

I've added the __main__.py file so that the application can be executed via python —m enochecker_cli. If that is not desired, I can remove it.

Tests are passing. Args are parsed as intended. Please confirm.