Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
0.1.5: fix #18
Browse files Browse the repository at this point in the history
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
  • Loading branch information
Ari Archer committed Jan 15, 2023
1 parent 44cd4a6 commit 1443f10
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion arigram/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""arigram: a fork of tg -- a hackable telegram TUI client"""
__version__: str = "0.1.4"
__version__: str = "0.1.5"
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
[tool.poetry]
name = "arigram"
version = "0.1.1"
version = "0.1.5"
description = "A fork of tg -- a hackable telegram TUI client"
authors = ["TruncatedDinosour <truncateddinosour@gmail.com>"]
authors = ["TruncatedDinosour <ari.web.xyz@gmail.com>"]
license = "Unlicense"
readme = "README.md"
homepage = "https://github.com/TruncatedDinosour/arigram"
repository = "https://github.com/TruncatedDinosour/arigram"

[tool.poetry.dependencies]
python = "^3.8"
python-telegram = "0.15.0"
python-telegram = "^0.15.0"
pyfzf = "^0.2.2"
pyperclip = "^1.8.2"

[tool.poetry.dev-dependencies]
black = "20.8b1"
flake8 = "3.8.4"
isort = "5.6.2"
mypy = "0.812"
black = "^20.8b1"
flake8 = "^3.8.4"
isort = "^5.6.2"
mypy = "^0.812"

[tool.poetry.scripts]
arigram = "arigram.__main__:main"
Expand Down
7 changes: 3 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
python-telegram==0.15.0
pyfzf>=0.2.2
pyperclip>=1.8.2

python-telegram
pyfzf
pyperclip

0 comments on commit 1443f10

Please sign in to comment.