File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -5,22 +5,22 @@ build-backend = "poetry.core.masonry.api"
55[tool .poetry ]
66name = " froster"
77version = " 0.20.0"
8- description = " Froster is a tool for easy data transfer between local file systems and AWS S3 storage."
8+ description = " Froster is a tool for easy archive and restore between local file systems and AWS S3 storage."
99authors = [" Dirk Petersen <no@mail.com>" , " Victor Machado <victor.machado@hpcnow.com>" ]
1010readme = " README.md"
1111license = " MIT"
1212
1313[tool .poetry .dependencies ]
1414python = " ^3.9"
15- boto3 = " ^1.35.14 "
16- duckdb = " ^1.0 .0"
17- inquirer = " ^3.2.4 "
18- psutil = " ^5.9.8 "
15+ boto3 = " ^1.36.12 "
16+ duckdb = " ^1.1 .0"
17+ inquirer = " ^3.4.0 "
18+ psutil = " ^6.1.1 "
1919requests = " ^2.32.3"
20- textual = " ^0.79.1 "
21- visidata = " ^3.0.2 "
22- setuptools = " ^70.0 .0"
23- tqdm = " ^4.66.5 "
20+ textual = " ^1.0.0 "
21+ visidata = " ^3.1.1 "
22+ setuptools = " ^75.8 .0"
23+ tqdm = " ^4.67.1 "
2424
2525[tool .poetry .scripts ]
26- froster = " froster.froster:main"
26+ froster = " froster.froster:main"
You can’t perform that action at this time.
0 commit comments