Skip to content

Commit

Permalink
Fixed requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
RhetTbull committed Feb 24, 2020
1 parent b03585d commit 41e6b08
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion osxmetadata/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.98.0"
__version__ = "0.98.1"
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ attrs==19.3.0
better-exceptions-fork==0.2.1.post6
certifi==2019.6.16
cffi==1.12.2
Click==7.0
colorama==0.4.1
importlib-metadata==1.5.0
isort==4.3.9
Expand Down Expand Up @@ -133,6 +134,7 @@ pyobjc-framework-WebKit==6.1
pyparsing==2.4.6
pytest==5.3.5
six==1.12.0
typed-ast==1.4.1
wcwidth==0.1.8
wrapt==1.11.1
xattr==0.9.7
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"Programming Language :: Python :: 3.6",
"Topic :: Software Development :: Libraries :: Python Modules",
],
install_requires=["xattr", "pyobjc>=6.0.1"],
install_requires=["xattr", "pyobjc>=6.0.1", "click>=7.0"],
python_requires=">=3.6",
entry_points={"console_scripts": ["osxmetadata=osxmetadata.__main__:cli"]},
)

0 comments on commit 41e6b08

Please sign in to comment.