Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
Pipeline #1965 failed
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment