Skip to content

Commit

Permalink
fix: remove useless argparse dependency, because i'm using argparse f…
Browse files Browse the repository at this point in the history
…rom python standard library

Signed-off-by: Stefano Cappa <[email protected]>
  • Loading branch information
stefanocappa-scai committed May 18, 2024
1 parent 01e0375 commit e4eadae
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2021-2023 Stefano Cappa (Ks89)
Copyright (c) 2021-2024 Stefano Cappa (Ks89)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Versions:

The MIT License (MIT)

Copyright (c) 2021-2023 Stefano Cappa (Ks89)
Copyright (c) 2021-2024 Stefano Cappa (Ks89)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
argparse==1.4.0
jinja2==3.1.2
pydantic==2.5.2
jinja2==3.1.4
pydantic==2.7.1
pyyaml==6.0.1

0 comments on commit e4eadae

Please sign in to comment.