Skip to content

Commit

Permalink
chore: refactor code to use click (#53)
Browse files Browse the repository at this point in the history
* refactor code to use click
  • Loading branch information
BonusPlay authored Oct 25, 2023
1 parent b8fea7b commit e073fc2
Show file tree
Hide file tree
Showing 7 changed files with 388 additions and 411 deletions.
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
python311Packages.libvirt
python311Packages.pycryptodome
python311Packages.paramiko
python311Packages.click
waypipe
];
};
Expand All @@ -37,6 +38,7 @@
python311Packages.libvirt
python311Packages.pycryptodome
python311Packages.paramiko
python311Packages.click
waypipe
((import ./virt-viewer-without-menu) pkgs)
];
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
libvirt-python
pycryptodome
paramiko
click
Loading

0 comments on commit e073fc2

Please sign in to comment.