Skip to content

Commit 0ef6e13

Browse files
committedJan 21, 2015
pip install requests[security]
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
1 parent 267e8db commit 0ef6e13

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

‎requirements.txt

+8
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,21 @@ Jinja2==2.7.3
44
MarkupSafe==0.23
55
SQLAlchemy==0.9.8
66
Werkzeug==0.9.6
7+
cffi==0.8.6
8+
cryptography==0.7.2
79
docopt==0.6.2
10+
enum34==1.0.4
811
gunicorn==19.1.1
912
ipython==2.3.1
1013
itsdangerous==0.24
1114
lxml==3.4.1
1215
mandrill==1.0.57
16+
ndg-httpsclient==0.3.3
1317
newrelic==2.42.0.35
1418
psycopg2==2.5.4
19+
pyOpenSSL==0.14
20+
pyasn1==0.1.7
21+
pycparser==2.10
1522
requests==2.5.1
23+
six==1.9.0
1624
wsgiref==0.1.2

0 commit comments

Comments
 (0)
Please sign in to comment.