Skip to content

Commit 154d714

Browse files
committed
Use requirements.txt for dependencies
Simplifies dependencies and pins specific versions.
1 parent c2e8fe2 commit 154d714

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ forwarding when you connect to the jumpboxes. For example:
2121
You can also use the fabric scripts from an external machine with a small amount
2222
of setup on your part. You will need to install Fabric,
2323

24-
$ pip install fabric
24+
$ pip install -Ur requirements.txt
2525

2626
NB:Iif you get a "pip: command not found" error, run this first:
2727

requirements.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Fabric==1.6.0
2+
paramiko==1.10.1
3+
pycrypto==2.6
4+
wsgiref==0.1.2

0 commit comments

Comments
 (0)