diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..673e871 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +All notable changes to this project will be documented in this file. + + +## [v0.1.0](https://github.com/dtomlinson91/csops/commits/v0.1.0) - 2022-01-17 + +### ✨ Features + +- Initial release ([865eff8](https://github.com/dtomlinson91/csops/commit/865eff888af23f1afbc65fec16e4a52f5515d021)) diff --git a/csops/_version.py b/csops/_version.py new file mode 100644 index 0000000..9253d8b --- /dev/null +++ b/csops/_version.py @@ -0,0 +1,3 @@ +"""Module containing the version of csops.""" + +__version__ = "0.1.0" diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ + diff --git a/requirements_dev.txt b/requirements_dev.txt new file mode 100644 index 0000000..902281a --- /dev/null +++ b/requirements_dev.txt @@ -0,0 +1,8 @@ +ansimarkup==1.5.0; python_version >= "3.6" +cached-property==1.5.2; python_version < "3.8" and python_version >= "3.6" +colorama==0.4.4; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6" +duty==0.7.0; python_version >= "3.6" +failprint==0.8.0; python_version >= "3.6" +jinja2==3.0.3; python_version >= "3.6" +markupsafe==2.0.1; python_version >= "3.6" +ptyprocess==0.7.0; sys_platform != "win32" and python_version >= "3.6"