Skip to content

Commit

Permalink
Merge pull request #1117 from PyDeps/patch-1
Browse files Browse the repository at this point in the history
Fix Python dependency API risk issue
  • Loading branch information
yimelia committed Jul 4, 2023
2 parents 90bdbb5 + 784f10d commit ae0f283
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
@@ -1,11 +1,11 @@
Jinja2>=2.8
Pillow>=3.4.0
requests>=2.11.1
six
six>=1.9.0,<=1.16.0
mss==6.1.0
numpy
opencv-contrib-python>=4.4.0.46, <=4.6.0.66
facebook-wda>=1.3.3
pywinauto==0.6.3
filelock
ffmpeg-python
ffmpeg-python

0 comments on commit ae0f283

Please sign in to comment.