Commit 1f33aab7 authored by nimrod's avatar nimrod
Browse files

Add dataclasses dependency.

For Python 3.6, which is what the Centos image has (where I build the
executable using Pyinstaller).
parent 107aecad
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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"