Skip to content

Commit

Permalink
Install dataclasses package to improve compatibility with Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Nov 19, 2021
1 parent cd58e50 commit c411e48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -13,6 +13,7 @@
"tqdm>=4,<5",
"unidecode>=1,<2",
"furl>=2,<3",
"dataclasses>=0.8,<1; python_version=='3.6'",
"dataclass-property>=1,<2",
# Grafana control and animation
"where>=1,<2",
Expand Down

0 comments on commit c411e48

Please sign in to comment.