Skip to content

Commit

Permalink
update Pipfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobinAV committed Sep 18, 2023
1 parent b58fd13 commit fb99bb8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ apispec-webframeworks = "==0.5.2"
bcrypt = "==3.2.2"
cookiecutter = "==2.1.1"
deepdiff = "==6.2.2"
flask = "==2.2.5"
flask-cors = "==3.0.10"
flask = "==2.3.3"
flask-cors = "==4.0.0"
flask-jwt-extended = "==4.3"
flask-marshmallow = "==0.14"
flask-migrate = "==3.0"
flask-restful = "==0.3.9"
flask-socketio = "==5.3.0"
gevent = "==22.10.2"
flask-socketio = "==5.3.6"
gevent = "==23.7.0"
gevent-websocket = "==0.10.1"
gitignore-parser = "==0.1.1"
kthread = "==0.2.3"
ldap3 = "==2.9.1"
markdown = "==3.4.1"
markdown = "==3.4.4"
markupsafe = "==2.1.1"
marshmallow-sqlalchemy = "==0.25"
modin = "==0.23.0"
Expand All @@ -31,17 +31,17 @@ openpyxl = "==3.1.2"
pandas = "==2.0.0"
passlib = "==1.7.4"
pyarrow = "==10.0.1"
pymongo = "==4.2.0"
pymongo = {extras = ["srv"], version = "==4.2.0"}
pyngrok = "==5.1"
python-dotenv = "==0.19"
python-dotenv = "==1.0.0"
python-magic = {version = "==0.4.24", markers="sys_platform != 'win32'"}
python-magic-bin = {version = "==0.4.14", markers="sys_platform == 'win32'"}
pytz = "==2021.3"
schedule = "==1.2.0"
simple-websocket = "==0.9"
simple-websocket = "==0.10.1"
sqlalchemy = "==2.0.16"
toml = "==0.10"
twisted = "==22.10.0"
twisted = "==23.8.0"
tzlocal = "==3.0"

[dev-packages]
Expand Down

0 comments on commit fb99bb8

Please sign in to comment.