From 1f33aab76a56cfa076a2c21e5b77c7e3134bebb2 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 31 Jul 2021 18:14:06 +0300
Subject: [PATCH] Add dataclasses dependency.

For Python 3.6, which is what the Centos image has (where I build the
executable using Pyinstaller).
---
 pyproject.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pyproject.toml b/pyproject.toml
index 4e12108..1118361 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -28,6 +28,7 @@ exclude = [
 [tool.poetry.dependencies]
 python = "^3.6.1"
 requests = "^2.25.1"
+dataclasses = { version = '^0.8', python = '<3.7'}
 
 [tool.poetry.dev-dependencies]
 pre-commit = "^2.13.0"
-- 
GitLab