Skip to content

Commit

Permalink
Disable python-magic-bin for now
Browse files Browse the repository at this point in the history
  • Loading branch information
abdnh committed Nov 10, 2023
1 parent 49c5686 commit 8bbd66c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion requirements/bundle.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ ccl_chrome_indexeddb @ git+https://github.com/abdnh/ccl_chrome_indexeddb@anki
# Depends on libmagic, which we only package for Windows
python-magic
# libmagic For Windows
python-magic-bin; sys.platform == "win32"
# TODO: enable once we solve CI issues
# python-magic-bin; sys.platform == "win32"
# Cross platform but doesn't support as many file types
puremagic
2 changes: 0 additions & 2 deletions requirements/bundle.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,3 @@ puremagic==1.15
# via -r requirements/bundle.in
python-magic==0.4.27
# via -r requirements/bundle.in
python-magic-bin==0.4.14 ; sys_platform == "win32"
# via -r requirements/bundle.in

0 comments on commit 8bbd66c

Please sign in to comment.