File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -4,23 +4,23 @@ build-backend = "poetry.core.masonry.api"
4
4
5
5
[tool .poetry ]
6
6
name = " froster"
7
- version = " 0.19 .0"
8
- description = " Froster is a tool for easy data transfer between local file systems and AWS S3 storage."
7
+ version = " 0.20 .0"
8
+ description = " Froster is a tool for easy archive and restore between local file systems and AWS S3 storage."
9
9
authors = [
" Dirk Petersen <[email protected] >" ,
" Victor Machado <[email protected] >" ]
10
10
readme = " README.md"
11
11
license = " MIT"
12
12
13
13
[tool .poetry .dependencies ]
14
- python = " ^3.8 "
15
- boto3 = " ^1.35.14 "
16
- duckdb = " ^1.0 .0"
17
- inquirer = " ^3.2.4 "
18
- psutil = " ^5.9.8 "
14
+ python = " ^3.9 "
15
+ boto3 = " ^1.36.12 "
16
+ duckdb = " ^1.1 .0"
17
+ inquirer = " ^3.4.0 "
18
+ psutil = " ^6.1.1 "
19
19
requests = " ^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 "
24
24
25
25
[tool .poetry .scripts ]
26
26
froster = " froster.froster:main"
You can’t perform that action at this time.
0 commit comments