Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

Commit

Permalink
fix dependecy yaml
Browse files Browse the repository at this point in the history
Signed-off-by: noobforAl <[email protected]>
  • Loading branch information
NoobforAl committed Aug 1, 2023
1 parent 3054af2 commit dcd4d6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
packages=['comandor'],
keywords=["command line", "script"],
install_requires=["pydantic >=1.10.5",
"tqdm >=4.65.0"],
"tqdm >=4.65.0",
"PyYaml >=6.0.1"],
entry_points={
"console_scripts": ['comandor = comandor.main:main']
},
Expand Down

0 comments on commit dcd4d6a

Please sign in to comment.