Skip to content

Commit

Permalink
[General] bump up Python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
junhaoliao committed Feb 11, 2023
1 parent 00835ea commit 834578d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Expand Up @@ -2,14 +2,14 @@ websockify==0.10.0
psycopg2-binary==2.9.3; sys_platform == 'linux'
pyDes==2.0.1
bcrypt==3.2.0; sys_platform == 'linux'
cryptography==38.0.4
cryptography==39.0.1
cachetools==5.0.0; sys_platform == 'linux'
SQLAlchemy==1.4.36; sys_platform == 'linux'
pyinstaller==5.7.0
pyinstaller==5.8.0
Flask==2.2.2
Flask-SQLAlchemy==2.5.1; sys_platform == 'linux'
Werkzeug==2.2.2
zipstream-new==1.1.8
paramiko==2.12.0
numpy==1.24.1
paramiko==3.0.0
numpy==1.24.2
git+https://github.com/junhaoliao/simple-websocket-server#egg=SimpleWebSocketServer

0 comments on commit 834578d

Please sign in to comment.