diff --git a/setup.py b/setup.py index 33966b6..214629c 100644 --- a/setup.py +++ b/setup.py @@ -43,9 +43,5 @@ 'pytest', 'pytest-cov', ], - 'docs': [ - 'Sphinx>=1.2.2', - 'sphinx_rtd_theme>=0.1.6', - ], } ) diff --git a/tests/test_agatesql.py b/tests/test_agatesql.py index 314ebd4..6ab7f41 100644 --- a/tests/test_agatesql.py +++ b/tests/test_agatesql.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - from decimal import Decimal from textwrap import dedent