Skip to content

Commit

Permalink
update to 0.7.4, update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Nriver committed Apr 13, 2023
1 parent 91aa600 commit 18d1f6e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
# For a discussion on single-sourcing the version across setup.py and the
# project code, see
# https://packaging.python.org/guides/single-sourcing-package-version/
version='0.7.3', # Required
version='0.7.4', # Required

# This is a one-line description or tagline of what your project does. This
# corresponds to the "Summary" metadata field:
Expand Down Expand Up @@ -154,7 +154,8 @@
install_requires=[
'BeautifulSoup4',
'requests',
'python-magic',
"python-magic;sys_platform=='darwin'",
"python-magic;sys_platform=='linux'",
"python-magic-bin;platform_system=='Windows'",
'markdown2[all]',
'natsort',
Expand Down

0 comments on commit 18d1f6e

Please sign in to comment.