From d622aa85cc5d3cc5b4b97bf25943792c8840efc2 Mon Sep 17 00:00:00 2001 From: Mikhail Kovalyshev Date: Sun, 31 Oct 2021 13:16:28 +0300 Subject: [PATCH 1/2] added database integration --- .gitignore | 1 + .idea/workspace.xml | 11 ++++- functions.py | 104 ++++++++++++++++++++++++++++++++------------ requirements.txt | 5 ++- 4 files changed, 90 insertions(+), 31 deletions(-) diff --git a/.gitignore b/.gitignore index e9691a4..8f40220 100644 --- a/.gitignore +++ b/.gitignore @@ -129,3 +129,4 @@ dmypy.json .pyre/ /venv/ /resources/ +/config.yaml diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 9c39d0c..cd09c95 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,9 +2,10 @@ + - +