Skip to content

Commit

Permalink
Update Python3.11 Pipfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Satoshi-Sh authored May 26, 2024
1 parent 2f991fa commit c02d53b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tools/packages/pipfiles/Pipfile3.11.max
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,18 @@ version = "==4.2.13"


[packages]
"pyarrow" = {version="==16.0.0"}
"pyarrow" = {version="==16.1.0"}
"networkx" = {version="==3.3", markers="python_version>'3.8'"}
"openpyxl" = {version="==3.1.2"}
"pandas" = {version="==2.2.2", markers="python_version>'3.8'"}
"pymongo" = {version="==4.7.0", extras=["srv"]}
"sqlalchemy" = {version="==2.0.29"}
"pymongo" = {version="==4.7.2", extras=["srv"]}
"sqlalchemy" = {version="==2.0.30"}
"toml" = {version="==0.10.2"}
"boto3" = {version="==1.34.93"}
"boto3" = {version="==1.34.113"}
"backports.zoneinfo" = {version="==0.2.1", markers="python_version<'3.9'"}
"cookiecutter" = {version="==2.6.0"}
"flask" = {version="==3.0.3"}
"flask-cors" = {version="==4.0.0"}
"flask-cors" = {version="==4.0.1"}
"flask-socketio" = {version="==5.3.6"}
"markdown" = {version="==3.6"}
"python-dotenv" = {version="==1.0.1"}
Expand All @@ -76,8 +76,8 @@ version = "==4.2.13"
"deepdiff" = {version="==7.0.1"}
"flask-restful" = {version="==0.3.10"}
"passlib" = {version="==1.7.4"}
"marshmallow" = {version="==3.21.1"}
"marshmallow" = {version="==3.21.2"}
"apispec" = {version="==6.6.1", extras=["yaml"]}
"apispec-webframeworks" = {version="==1.1.0"}
"watchdog" = {version="==4.0.0"}
"watchdog" = {version="==4.0.1"}
"charset-normalizer" = {version="==3.3.2"}

0 comments on commit c02d53b

Please sign in to comment.