Skip to content

Commit

Permalink
set setup.py to python-slugify
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Scharf committed May 10, 2022
1 parent 3bbc861 commit 4df091d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@
long_description=open("README.md").read(),
packages=setuptools.find_packages(),
package_data={"": ["*.json", "*.yaml"],},
install_requires=["boto3", "awesome-slugify"],
install_requires=["boto3", "python-slugify"],
classifiers=[
"Programming Language :: Python",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
],
)

0 comments on commit 4df091d

Please sign in to comment.