From 40925181e9d64c727f75e89acf0205bb4b87bb3a Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Tue, 31 Dec 2019 16:03:45 +0100 Subject: re-add missing CI steps and fix linting --- setup.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 690a433a..77b1098c 100644 --- a/setup.py +++ b/setup.py @@ -92,9 +92,7 @@ setup( ], 'dev': [ "asynctest>=0.12.0", - "flake8>=3.7.8,<3.8", "Flask>=1.0,<1.2", - "mypy>=0.740,<0.741", "parver>=0.1,<2.0", "pytest-asyncio>=0.10.0,<0.11", "pytest-cov>=2.7.1,<3", @@ -103,7 +101,6 @@ setup( "pytest>=5.1.3,<6", "requests>=2.9.1,<3", "tox>=3.5,<3.15", - "rstcheck>=2.2,<4.0", ], 'examples': [ "beautifulsoup4>=4.4.1,<4.9" -- cgit v1.2.3 From b5e3f736c0c6654c3ef0d1f280a4eacdb5ca91de Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Wed, 8 Apr 2020 22:11:52 +0200 Subject: minor improvements, tests++ --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index d2ff5f8c..07e82863 100644 --- a/setup.py +++ b/setup.py @@ -93,6 +93,7 @@ setup( 'dev': [ "asynctest>=0.12.0", "Flask>=1.0,<1.2", + "hypothesis>=5.8,<5.9", "parver>=0.1,<2.0", "pytest-asyncio>=0.10.0,<0.11", "pytest-cov>=2.7.1,<3", -- cgit v1.2.3