diff --git a/.gitignore b/.gitignore index a3d1833..4e77b6c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ -__pycache__ +__pycache__/ *.pyc -*.ignore \ No newline at end of file +*.ignore* +/venv \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index 4a5a4cc..c07fa9b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,3 @@ { - "autoDocstring.docstringFormat": "sphinx" + "python.pythonPath": "${workspaceFolder}/venv/bin/python3" } \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..1ff7e5f --- /dev/null +++ b/requirements.txt @@ -0,0 +1,34 @@ +alabaster==0.7.12 +Babel==2.8.0 +bcrypt==3.1.7 +beautifulsoup4==4.9.1 +certifi==2020.6.20 +cffi==1.14.1 +chardet==3.0.4 +cryptography==3.0 +docutils==0.16 +idna==2.10 +imagesize==1.2.0 +Jinja2==2.11.2 +lxml==4.5.2 +MarkupSafe==1.1.1 +packaging==20.4 +paramiko==2.7.1 +pycparser==2.20 +Pygments==2.6.1 +PyNaCl==1.4.0 +pyparsing==2.4.7 +pytz==2020.1 +requests==2.24.0 +six==1.15.0 +snowballstemmer==2.0.0 +soupsieve==2.0.1 +Sphinx==3.1.2 +sphinx-theme==1.0 +sphinxcontrib-applehelp==1.0.2 +sphinxcontrib-devhelp==1.0.2 +sphinxcontrib-htmlhelp==1.0.3 +sphinxcontrib-jsmath==1.0.1 +sphinxcontrib-qthelp==1.0.3 +sphinxcontrib-serializinghtml==1.1.4 +urllib3==1.25.10