Skip to content

Commit

Permalink
Merge pull request #38 from jonfairbanks/develop
Browse files Browse the repository at this point in the history
Update Pipfile
  • Loading branch information
jonfairbanks authored Mar 19, 2024
2 parents b1001d7 + ba52567 commit 8ddfe75
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 94 deletions.
5 changes: 3 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ html2text = "*"
streamlit-tags = "*"
streamlit-extras = "*"
black = "*"
torch = "*"
colorama = {version="*",sys_platform ="== 'win32'"}
torch = { version = "*", sys_platform = "!= 'darwin'" }
colorama = { version = "*", sys_platform = "== 'win32'" }
ebooklib = "*"

[dev-packages]

Expand Down
Loading

0 comments on commit 8ddfe75

Please sign in to comment.