Skip to content

Commit

Permalink
Limit python-magic-bin to Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
abdnh committed Nov 10, 2023
1 parent 3acd5fd commit 49c5686
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/bundle.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ 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
python-magic-bin; sys.platform == "win32"
# Cross platform but doesn't support as many file types
puremagic
2 changes: 1 addition & 1 deletion requirements/bundle.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ puremagic==1.15
# via -r requirements/bundle.in
python-magic==0.4.27
# via -r requirements/bundle.in
python-magic-bin==0.4.14
python-magic-bin==0.4.14 ; sys_platform == "win32"
# via -r requirements/bundle.in

0 comments on commit 49c5686

Please sign in to comment.