diff --git a/.gitignore b/.gitignore index 2ad2279..0dc71d5 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,8 @@ *.py[cod] *.egg-info .cache +*.egg +*.egg-info .idea/ .mypy_cache/ .nox/ diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..5fe3782 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,9 @@ +furo>=2022.6 +linkify-it-py>=2.0 +myst-parser>=0.17 +sphinx~=5.3.0 +sphinx-autobuild>=2021.3 +sphinx-copybutton>=0.5 +sphinx-design>=0.2 +sphinx-notfound-page>=0.8 +sphinx-tags>=0.3