Skip to content

Commit

Permalink
Does adding certifi as an explicit dependency help?
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnVinyard committed Sep 7, 2017
1 parent 0637904 commit bb18ef7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
featureflow
nose
unittest2
certifi=2017.7.27.1
requests
tornado
pysoundfile
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
'featureflow',
'nose',
'unittest2',
'certifi=2017.7.27.1',
'requests',
'tornado',
'pysoundfile',
Expand Down

0 comments on commit bb18ef7

Please sign in to comment.