Skip to content

Commit

Permalink
chore(requirements): Update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
lcaflc committed Sep 11, 2023
1 parent 477e243 commit 8d58ae1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
11 changes: 11 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
prettytable
humanize
confuse
pyyaml
urllib3
# proxmoxer depdends
proxmoxer>=2.0.0
requests
requests_toolbelt
openssh_wrapper
paramiko
13 changes: 1 addition & 12 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,7 @@ package_dir=
=src
packages=find:
include_package_data = True
install_requires =
prettytable
humanize
confuse
pyyaml
urllib3
# proxmoxer depdends
proxmoxer>=2.0.0
requests
requests_toolbelt
openssh_wrapper
paramiko
install_requires = file: requirements.txt

[options.packages.find]
where=src
Expand Down

0 comments on commit 8d58ae1

Please sign in to comment.