Skip to content

Commit

Permalink
Merge pull request #3 from craigcomstock/CFE-3266
Browse files Browse the repository at this point in the history
Added needed install_requires to setup.py
  • Loading branch information
olehermanse authored Jan 27, 2021
2 parents 3de9fdd + 536476e commit bc687c5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,11 @@
"cf-remote = cf_remote.main:main"
]
},
install_requires=[
"cryptography >= 3.3.1",
"fabric >= 2.6.0",
"paramiko >= 2.7.2",
"requests >= 2.25.1",
"apache-libcloud >= 3.3.0"
],
)

0 comments on commit bc687c5

Please sign in to comment.