Skip to content

Commit

Permalink
[requirements] upgrade some requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanBldy committed Jun 18, 2024
1 parent 136ba97 commit 947b343
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ install_requires =
babel==2.15.0
click==8.1.7
discord.py==2.3.2
email-validator==2.1.1
email-validator==2.1.2
ffmpeg-python==0.2.0
fido2==1.1.3
flasgger==0.9.7.1
Expand All @@ -57,10 +57,10 @@ install_requires =
matterhook==0.2
meilisearch==0.31.3
numpy==1.24.4; python_version == '3.8'
numpy==1.26.4; python_version >= '3.9'
opencv-python==4.10.0.82
numpy==2.0.0; python_version >= '3.9'
opencv-python==4.10.0.84
OpenTimelineIO==0.16.0
orjson==3.10.4
orjson==3.10.5
pillow==10.3.0
psutil==5.9.8
psycopg[binary]==3.1.19
Expand All @@ -69,7 +69,7 @@ install_requires =
python-slugify==8.0.4
python-socketio==5.11.2
pytz==2024.1
redis==5.0.5
redis==5.0.6
requests==2.32.3
rq==1.16.2
slackclient==2.9.4
Expand Down

0 comments on commit 947b343

Please sign in to comment.