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 97c21d2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
5 changes: 2 additions & 3 deletions requirements/bundle.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
ankiutils @ git+https://github.com/abdnh/ankiutils@b5c5dfd2a16446781cc2de06fdbd019cfa733c94
ccl_chrome_indexeddb @ git+https://github.com/abdnh/ccl_chrome_indexeddb@anki
# Depends on libmagic, which we only package for Windows
# Depends on libmagic, which we don't package yet
python-magic
# libmagic For Windows
python-magic-bin; sys.platform == "win32"
# TODO: add python-magic-bin once we solve CI issues
# 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
2 changes: 0 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,6 @@ pytest-cov==4.1.0
# via -r requirements/dev.in
python-magic==0.4.27
# via -r requirements\bundle.in
python-magic-bin==0.4.14
# via -r requirements\bundle.in
pyupgrade==3.15.0
# via -r requirements/dev.in
pywin32==306 ; sys_platform == "win32"
Expand Down

0 comments on commit 97c21d2

Please sign in to comment.