Skip to content

Commit

Permalink
osx deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Stvad committed Sep 24, 2016
1 parent 148ca65 commit ef0af66
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
8 changes: 6 additions & 2 deletions _requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
pathlib
pathlib2
six
#from default lib:
contextlib
contextlib
ntpath
genericpath
uuid
5 changes: 4 additions & 1 deletion crowd_anki/thirdparty/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
# import pathlib2 as pathlib
import sys
import os

sys.path.insert(0, os.path.dirname(os.path.realpath(__file__)))

0 comments on commit ef0af66

Please sign in to comment.