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