From 2617812efac89c369b7e7bfcd602773e426ef4dc Mon Sep 17 00:00:00 2001 From: Nikita Ugnich <98343716+lapismyt@users.noreply.github.com> Date: Tue, 11 Jun 2024 23:45:10 +0300 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 201a7b6..0056c91 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,6 +9,10 @@ description = "Async Python SDK for StonFi DEX" authors = [ {name = "LapisMYT (Nikita Gavrilin)", email = "nikitagavrilin005@gmail.com"} ] +dependencies = [ + "pytoniq", + "aiohttp" +] readme = "README.md" classifiers = ["Development Status :: 4 - Beta", "Intended Audience :: Developers",