From cad5dc4ecfc2dfadd6056d6bff85565c256747fb Mon Sep 17 00:00:00 2001 From: Dariusz Kedzierski <dkedzierski@syncad.com> Date: Thu, 13 Aug 2020 09:16:01 +0200 Subject: [PATCH] Added package versions, fixed typo --- Pipfile | 29 ++++++++++++++++------------- requirements.txt | 4 ++-- 2 files changed, 18 insertions(+), 15 deletions(-) diff --git a/Pipfile b/Pipfile index b04ed0b2d..1b54e2315 100644 --- a/Pipfile +++ b/Pipfile @@ -14,19 +14,22 @@ prettytable = "*" jsonrpcserver = "4.1.3+8f3437a" aiohttp = "*" aiopg = "*" -"psycopg2-binary" = "*" -"diff-match-patch" = "*" -"tox" = "*" +psycopg2-binary = "*" +diff-match-patch = "*" +tox = "*" [dev-packages] -"ipython" = "*" -"pep8" = "*" -"pytest" = "*" -"pytest-cov" = "*" -"pytest-docker" = "*" -"pytest-pylint" = "*" -"pytest-asyncio" = "*" -"pytest-console-scripts" = "*" -"yapf" = "*" -"autopep8" = "*" +ipython = "*" +pep8 = "*" +pytest = "*" +pytest-cov = "*" +pytest-docker = "*" +pytest-pylint = "*" +pytest-asyncio = "*" +pytest-console-scripts = "*" +yapf = "*" +autopep8 = "*" + +[requires] +python_version = "3.6" diff --git a/requirements.txt b/requirements.txt index 033b9bc2e..9794f2c41 100644 --- a/requirements.txt +++ b/requirements.txt @@ -39,5 +39,5 @@ tzlocal==2.0.0 ujson==2.0.3 urllib3==1.25.9 yarl==1.4.2 -diff-match-patch=20200713 -tox +diff-match-patch==20200713 +tox==3.19.0 -- GitLab