Initial commit

This commit is contained in:
2022-04-02 23:45:23 +03:00
commit 2fc2ff1d7f
2 changed files with 14 additions and 0 deletions

12
.gitignore vendored Normal file
View File

@@ -0,0 +1,12 @@
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
coverage.txt
*.pyc
.idea
venv

2
requirements.txt Normal file
View File

@@ -0,0 +1,2 @@
pydantic~=1.9.0
requests~=2.27.1