diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..a8c2003 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "python-envs.defaultEnvManager": "ms-python.python:conda", + "python-envs.defaultPackageManager": "ms-python.python:conda", + "python-envs.pythonProjects": [] +} \ No newline at end of file diff --git a/requirments.txt b/requirments.txt new file mode 100644 index 0000000..60321a7 --- /dev/null +++ b/requirments.txt @@ -0,0 +1,4 @@ +flake8 +mypy +pytest +coverage \ No newline at end of file