diff --git a/.gitignore b/.gitignore index b6e4761..9805e09 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ +# Project Specifics +gondilinabot/ +secrets.yaml + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..090e52a --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "python.pythonPath": "gondilinabot\\Scripts\\python.exe", +} \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..6efaf27 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,19 @@ +aiohttp==3.7.4.post0 +async-timeout==3.0.1 +attrs==21.2.0 +black==21.10b0 +chardet==4.0.0 +click==8.0.3 +colorama==0.4.4 +discord==1.7.3 +discord.py==1.7.3 +idna==3.3 +multidict==5.2.0 +mypy-extensions==0.4.3 +pathspec==0.9.0 +platformdirs==2.4.0 +PyYAML==6.0 +regex==2021.11.2 +tomli==1.2.2 +typing-extensions==3.10.0.2 +yarl==1.7.2