Skip to content

Commit

Permalink
Add requirement on pip 19+ in setup.py (#16)
Browse files Browse the repository at this point in the history
Add requirement on pip 19+ in setup.py
  • Loading branch information
almarklein committed Apr 12, 2019
1 parent baa539d commit b17343d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
platforms="any",
provides=["imageio_ffmpeg"],
python_requires=">=3.4",
setup_requires=["pip>19"],
install_requires=[], # todo: maybe numpy
packages=["imageio_ffmpeg"],
package_dir={"imageio_ffmpeg": "imageio_ffmpeg"},
Expand Down

0 comments on commit b17343d

Please sign in to comment.