Skip to content

Commit a3b8ef1

Browse files
author
Kenneth Reitz
committed
urllib3 import
1 parent 0e711f2 commit a3b8ef1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,9 @@ stats:
1313
site:
1414
cd docs; make dirhtml
1515

16+
deps:
17+
rm -fr requests/packages/urllib3
18+
git clone https://github.com/shazow/urllib3.git
19+
mv urllib3/urllib3 requests/packages/
20+
rm -fr urllib3
1621
docs: site

0 commit comments

Comments
 (0)