Skip to content

Commit 40170bb

Browse files
committed
change requirements line for pika to use git https clone, as many corporates' firewall blocks the port for git protocol.
1 parent 8ecf2ad commit 40170bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ newrelic==2.18.1.15
1111
nose==1.2.1
1212
nosexcover==1.0.7
1313
path.py==2.4.1
14-
-e git://github.com/pika/pika.git@a731347fc0#egg=pika
14+
-e git+https://github.com/pika/pika.git@a731347fc0#egg=pika
1515
python-termstyle==0.1.10
1616
rednose==0.3
1717
requests==0.14.2

0 commit comments

Comments
 (0)