Skip to content

Commit

Permalink
Update Python3.8 Pipfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Satoshi-Sh authored May 19, 2024
1 parent faddd95 commit 5d9fd60
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tools/packages/pipfiles/Pipfile3.8.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.1", markers="python_version<'3.9'"}
"openpyxl" = {version="==3.1.2"}
"pandas" = {version="==2.0.3", markers="python_version<'3.9'"}
"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.108"}
"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,7 +76,7 @@ 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"}
Expand Down

0 comments on commit 5d9fd60

Please sign in to comment.