Skip to content

Commit

Permalink
Update Python3.9 Pipfile
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-vuillemot authored Nov 22, 2024
1 parent 348d86d commit 4f31d1d
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions tools/packages/pipfiles/Pipfile3.9.max
Original file line number Diff line number Diff line change
Expand Up @@ -52,31 +52,31 @@ version = "==4.2.13"
[packages]
"pyarrow" = {version="==18.0.0"}
"networkx" = {version="==3.2.1", markers="python_version>'3.8'"}
"openpyxl" = {version="==3.1.2"}
"pandas" = {version="==2.2.2", markers="python_version>'3.8'"}
"pymongo" = {version="==4.7.2", extras=["srv"]}
"sqlalchemy" = {version="==2.0.30"}
"openpyxl" = {version="==3.1.5"}
"pandas" = {version="==2.2.3", markers="python_version>'3.8'"}
"pymongo" = {version="==4.10.1", extras=["srv"]}
"sqlalchemy" = {version="==2.0.36"}
"toml" = {version="==0.10.2"}
"boto3" = {version="==1.34.113"}
"boto3" = {version="==1.35.67"}
"cookiecutter" = {version="==2.6.0"}
"flask" = {version="==3.1.0"}
"flask-cors" = {version="==5.0.0"}
"flask-socketio" = {version="==5.4.1"}
"markdown" = {version="==3.6"}
"markdown" = {version="==3.7"}
"python-dotenv" = {version="==1.0.1"}
"pytz" = {version="==2024.1"}
"pytz" = {version="==2024.2"}
"tzlocal" = {version="==5.2"}
"gevent" = {version="==24.11.1"}
"gevent-websocket" = {version="==0.10.1"}
"kthread" = {version="==0.2.3"}
"gitignore-parser" = {version="==0.1.11"}
"simple-websocket" = {version="==1.0.0"}
"twisted" = {version="==24.7.0"}
"deepdiff" = {version="==7.0.1"}
"simple-websocket" = {version="==1.1.0"}
"twisted" = {version="==24.10.0"}
"deepdiff" = {version="==8.0.1"}
"flask-restful" = {version="==0.3.10"}
"passlib" = {version="==1.7.4"}
"marshmallow" = {version="==3.21.2"}
"apispec" = {version="==6.6.1", extras=["yaml"]}
"apispec-webframeworks" = {version="==1.1.0"}
"watchdog" = {version="==4.0.1"}
"charset-normalizer" = {version="==3.3.2"}
"marshmallow" = {version="==3.23.1"}
"apispec" = {version="==6.7.1", extras=["yaml"]}
"apispec-webframeworks" = {version="==1.2.0"}
"watchdog" = {version="==6.0.0"}
"charset-normalizer" = {version="==3.4.0"}

0 comments on commit 4f31d1d

Please sign in to comment.