Skip to content

Commit

Permalink
0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
erdogant committed Oct 17, 2023
1 parent 5e5c832 commit ab271ad
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
wget
matplotlib
numpy
pandas
svgpathtools
colourmap
tqdm
rapidfuzz
scikit-learn
seaborn
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
raise RuntimeError("Unable to find version string in %s." % (VERSIONFILE,))

# Setup ------------
with open("README.md", "r") as fh:
with open("README.md", "r", encoding='utf8') as fh:
long_description = fh.read()
setuptools.setup(
install_requires=['wget','matplotlib','numpy','pandas','svgpathtools','colourmap','tqdm','rapidfuzz','scikit-learn','seaborn'],
Expand Down

0 comments on commit ab271ad

Please sign in to comment.