-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated some dependencies and fixed some typos
- Loading branch information
1 parent
d162b34
commit cc02023
Showing
2 changed files
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,13 +6,13 @@ build-backend = "poetry.core.masonry.api" | |
name = "froster" | ||
version = "0.19.0" | ||
description = "Froster is a tool for easy data transfer between local file systems and AWS S3 storage." | ||
authors = ["Dirk Petersen <dipeit@gmail.com>", "Victor Machado <[email protected]>"] | ||
authors = ["Dirk Petersen <no@mail.com>", "Victor Machado <[email protected]>"] | ||
readme = "README.md" | ||
license = "MIT" | ||
|
||
[tool.poetry.dependencies] | ||
python = "^3.8" | ||
boto3 = "^1.34.119" | ||
boto3 = "^1.35.14" | ||
duckdb = "^1.0.0" | ||
inquirer = "^3.2.4" | ||
psutil = "^5.9.8" | ||
|