From 4683d5d0899301d33cbd7fc952bc85fab7f22058 Mon Sep 17 00:00:00 2001 From: Diego Ardila Date: Thu, 12 Aug 2021 11:42:35 -0700 Subject: [PATCH] Work in progress trying to downgrade --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ea6143dc..d112bc0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ documentation = "https://dashboard.scale.com/nucleus/docs/api" packages = [{include="nucleus"}] [tool.poetry.dependencies] -python = "^3.6.2" +python = "^3.5.2" requests = "^2.23.0" tqdm = "^4.41.0" dataclasses = { version = "^0.7", python = "^3.6.1, <3.7" } @@ -41,8 +41,8 @@ nest-asyncio = "^1.5.1" [tool.poetry.dev-dependencies] poetry = "^1.1.5" -pytest = "^6.2.3" -pylint = "^2.7.4" +pytest = "^6.1.2" +pylint = "^2.6.2" black = "^20.8b1" flake8 = "^3.9.1" mypy = "^0.812"