Skip to content

Commit

Permalink
Update version, deps and python versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
nessshon committed Dec 19, 2024
1 parent 587e1b5 commit 68f3ce7
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,23 @@

setuptools.setup(
name="pytonapi",
version="0.4.4",
version="0.4.5",
author="nessshon",
description="Provide access to indexed TON blockchain.",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/tonkeeper/pytonapi/",
packages=setuptools.find_packages(exclude=["examples", "tests"]),
packages=setuptools.find_packages(include=["pytonapi", "pytonapi.*"]),
install_requires=[
"httpx>=0.26.0",
"websockets>=12.0",
"pydantic==2.*",
"aiohttp~=3.11.11",
"pydantic==2.10.4",
],
classifiers=[
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
Expand Down

0 comments on commit 68f3ce7

Please sign in to comment.