Skip to content

Commit

Permalink
Update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
zhullyb committed Aug 28, 2024
1 parent a6e0df8 commit 5274e41
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
1 change: 0 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import io
from flask import Flask, render_template, request, send_file
import threading
from utils import *
from screenshot import Screenshot
from uuid import uuid4
Expand Down
28 changes: 14 additions & 14 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
attrs==23.1.0
blinker==1.7.0
attrs==24.2.0
blinker==1.8.2
certifi==2024.7.4
charset-normalizer==3.3.2
click==8.1.7
Flask==3.0.0
gunicorn==22.0.0
Flask==3.0.3
gunicorn==23.0.0
h11==0.14.0
idna==3.7
itsdangerous==2.1.2
idna==3.8
itsdangerous==2.2.0
Jinja2==3.1.4
MarkupSafe==2.1.3
MarkupSafe==2.1.5
outcome==1.3.0.post0
packaging==23.2
packaging==24.1
PySocks==1.7.1
requests==2.32.2
selenium==4.15.2
sniffio==1.3.0
selenium==4.24.0
sniffio==1.3.1
sortedcontainers==2.4.0
trio==0.23.1
trio==0.26.2
trio-websocket==0.11.1
typing_extensions==4.12.2
urllib3==2.2.2
Werkzeug==3.0.3
websocket-client==1.8.0
Werkzeug==3.0.4
wsproto==1.2.0

0 comments on commit 5274e41

Please sign in to comment.