Merge pull request #17 from SemjonKerner/version_fix

Version fixes: downgrade numpy, enable python 3.9
This commit is contained in:
Adam Saudagar 2020-12-13 13:12:27 +05:30 committed by GitHub
commit f505e20d9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
import webbrowser
from tkinter import *
from tkinter.ttk import *
import re
from PIL import Image, ImageTk

View File

@ -1,7 +1,7 @@
urllib3
winshell
imutils
numpy
numpy==1.19.3
opencv_python
Pillow
pypiwin32