Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackhammer9 authored Jun 5, 2022
1 parent ac94b71 commit 93a2552
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
],
package_dir={"": "src"},
packages=setuptools.find_packages(where="src"),
install_requires=['requests' , 'tqdm==4.62.3' , 'moviepy', 'pillow'],
install_requires=['requests' , 'tqdm==4.62.3' , 'moviepy', 'Pillow'],
python_requires=">=3.6",
)
)

0 comments on commit 93a2552

Please # to comment.