mirror of
https://github.com/fishyboteso/fishyboteso.git
synced 2024-08-30 18:32:13 +00:00
Merge pull request #17 from SemjonKerner/version_fix
Version fixes: downgrade numpy, enable python 3.9
This commit is contained in:
commit
f505e20d9d
@ -1,6 +1,7 @@
|
|||||||
import webbrowser
|
import webbrowser
|
||||||
from tkinter import *
|
from tkinter import *
|
||||||
from tkinter.ttk import *
|
from tkinter.ttk import *
|
||||||
|
import re
|
||||||
|
|
||||||
from PIL import Image, ImageTk
|
from PIL import Image, ImageTk
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
urllib3
|
urllib3
|
||||||
winshell
|
winshell
|
||||||
imutils
|
imutils
|
||||||
numpy
|
numpy==1.19.3
|
||||||
opencv_python
|
opencv_python
|
||||||
Pillow
|
Pillow
|
||||||
pypiwin32
|
pypiwin32
|
||||||
|
Loading…
Reference in New Issue
Block a user