Skip to content

Commit

Permalink
Push version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alekzvik committed Jun 30, 2023
1 parent 404d555 commit 051abe0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "felt-upload"
version = "0.1.0"
version = "0.1.1"
description = "CLI tool to upload data to Felt"
authors = ["Oleksii Vykaliuk <alekzvik@gmail.com>"]
readme = "README.md"
Expand All @@ -12,7 +12,7 @@ repository = "https://github.com/alekzvik/felt_upload"
felt-upload = "felt_upload.cli:app"

[tool.poetry.dependencies]
python = ">=3.8"
python = ">=3.9"
requests = "^2.31.0"
typer = {extras = ["all"], version = "^0.9.0"}
requests-toolbelt = "^1.0.0"
Expand Down

0 comments on commit 051abe0

Please sign in to comment.