0.1.5: fix #18

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2023-01-15 15:38:16 +02:00
parent 44cd4a686e
commit 1443f1006c
Signed by untrusted user who does not match committer: ari
GPG key ID: A50D5B4B599AF8A2
3 changed files with 11 additions and 12 deletions

View file

@ -1,2 +1,2 @@
"""arigram: a fork of tg -- a hackable telegram TUI client"""
__version__: str = "0.1.4"
__version__: str = "0.1.5"

View file

@ -1,8 +1,8 @@
[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"
@ -10,15 +10,15 @@ 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"

View file

@ -1,4 +1,3 @@
python-telegram==0.15.0
pyfzf>=0.2.2
pyperclip>=1.8.2
python-telegram
pyfzf
pyperclip