From b3a983e51f88f6a0e002051f73130b642c4b98a4 Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Sun, 11 Sep 2022 13:41:34 +0300 Subject: [PATCH] upgrade pythonb --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e210f38..a55b0aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["calle "] license = "MIT" [tool.poetry.dependencies] -python = "^3.6" +python = "^3.8" pycrypto = "^2.6.1" ecc = "0.0.1" requests = "2.27.1"