commit 2fc2ff1d7fcb6cb8a7ba8e3d9996750937fe43c2 Author: Aleksey Lobanov Date: Sat Apr 2 23:45:23 2022 +0300 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dc16922 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +# Binaries for programs and plugins +*.exe +*.exe~ +*.dll +*.so +*.dylib + +coverage.txt +*.pyc + +.idea +venv diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..4ae140f --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +pydantic~=1.9.0 +requests~=2.27.1 \ No newline at end of file