Skip to content
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.

Commit

Permalink
packaging: fix vulnerability issues in some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
delhomer committed Jan 2, 2020
1 parent d97f890 commit 8163239
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ def find_version(*file_paths):
readme = f.read().decode("utf-8")

install_requires = [
"setuptools<=39.1.0",
"tensorflow<=1.12.2",
"tensorflow<=1.15",
"opencv-python<=3.4.0.12",
"pillow<=5.0.0",
"pillow<=6.2.0",
"keras<=2.2.4",
"daiquiri<=1.5.0",
"Flask<=1.0.2",
Expand Down

0 comments on commit 8163239

Please sign in to comment.