Skip to content

Commit

Permalink
fix: dependencies + release v0.9.11
Browse files Browse the repository at this point in the history
  • Loading branch information
AminRezaei0x443 committed Feb 12, 2023
1 parent 41926ae commit b073379
Show file tree
Hide file tree
Showing 5 changed files with 110 additions and 32 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Rift

[![PyPI version](https://img.shields.io/badge/rift--framework-0.9.10-informational?style=flat-square&color=FFFF91&labelColor=360825)](https://pypi.org/project/rift-framework/)
[![PyPI version](https://img.shields.io/badge/rift--framework-0.9.11-informational?style=flat-square&color=FFFF91&labelColor=360825)](https://pypi.org/project/rift-framework/)
[![Telegram](https://img.shields.io/badge/Telegram-@skyring__org-informational?style=flat-square&color=0088cc&labelColor=360825)](https://t.me/skyring_org)
[![Telegram](https://img.shields.io/badge/Docs-docs.skyring.io/rift-informational?style=flat-square&color=6A0F49&labelColor=360825)](https://docs.skyring.io/rift/)

Expand Down
129 changes: 101 additions & 28 deletions poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "rift-framework"
version = "0.9.10"
version = "0.9.11"
description = "The magical Python -> TON Portal"
authors = ["Amin Rezaei <[email protected]>"]
license = "MIT"
Expand All @@ -23,6 +23,7 @@ setuptools = "^65.6.3"
rift-tonlib = "^0.0.2"
cryptography = "^39.0.0"
pynacl = "^1.5.0"
rich = "^13.3.1"

[tool.poetry.group.dev.dependencies]
black = "^22.6.0"
Expand Down
6 changes: 5 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,18 @@ click==8.1.3 ; python_version >= "3.10" and python_version < "4.0"
colorama==0.4.5 ; python_version >= "3.10" and python_version < "4.0" and platform_system == "Windows"
colorful==0.5.5 ; python_version >= "3.10" and python_version < "4.0"
crcset==0.0.3 ; python_version >= "3.10" and python_version < "4.0"
cryptography==39.0.0 ; python_version >= "3.10" and python_version < "4.0"
cryptography==39.0.1 ; python_version >= "3.10" and python_version < "4.0"
idna==3.4 ; python_version >= "3.10" and python_version < "4"
libcst==0.4.7 ; python_version >= "3.10" and python_version < "4.0"
markdown-it-py==2.1.0 ; python_version >= "3.10" and python_version < "4.0"
mdurl==0.1.2 ; python_version >= "3.10" and python_version < "4.0"
mypy-extensions==0.4.3 ; python_version >= "3.10" and python_version < "4.0"
pycparser==2.21 ; python_version >= "3.10" and python_version < "4.0"
pygments==2.14.0 ; python_version >= "3.10" and python_version < "4.0"
pynacl==1.5.0 ; python_version >= "3.10" and python_version < "4.0"
pyyaml==6.0 ; python_version >= "3.10" and python_version < "4.0"
requests==2.28.2 ; python_version >= "3.10" and python_version < "4"
rich==13.3.1 ; python_version >= "3.10" and python_version < "4.0"
rift-tonlib==0.0.2 ; python_version >= "3.10" and python_version < "4.0"
setuptools==65.6.3 ; python_version >= "3.10" and python_version < "4.0"
tomlkit==0.11.4 ; python_version >= "3.10" and python_version < "4.0"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="rift-framework",
version="0.9.10",
version="0.9.11",
description="A magical Python3 -> TON portal",
license="MIT",
packages=find_packages(exclude=["test"]),
Expand Down

0 comments on commit b073379

Please sign in to comment.