diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 0000000..9493f1b --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1 @@ +sphinx==3.4.2 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index ee6b9b7..d17ad12 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,7 @@ -bandit==1.6.2 black==19.3b0 flake8==3.8.3 isort==4.3.20 mypy==0.782 -pydocstyle==4.0.0 pytest-cov==2.7.1 pytest==6.0.1 requests==2.24.0 diff --git a/setup.py b/setup.py index 3ecd40c..630bd48 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import find_packages, setup -__version__ = "0.2.2" +__version__ = "1.0.0" here = Path(__file__).parent.resolve() @@ -19,7 +19,7 @@ url="https://github.com/joshtemple/lkml", download_url="https://github.com/joshtemple/lkml/tarball/" + __version__, classifiers=[ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.7", @@ -32,7 +32,6 @@ include_package_data=True, author="Josh Temple", tests_require=[ - "bandit", "black", "flake8", "isort",