Skip to content

Commit

Permalink
Remove redundant dataclass dependency (#20879)
Browse files Browse the repository at this point in the history
We had to install `dataclasses` because it was not available in Python <3.7

This is no longer required as `main` is Python 3.7 only.
  • Loading branch information
kaxil authored Jan 14, 2022
1 parent 9157734 commit bbe1eff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ install_requires =
cron-descriptor>=1.2.24
croniter>=0.3.17
cryptography>=0.9.3
dataclasses;python_version<"3.7"
deprecated>=1.2.13
dill>=0.2.2, <0.4
# Sphinx RTD theme 0.5.2. introduced limitation to docutils to account for some docutils markup
Expand Down

0 comments on commit bbe1eff

Please sign in to comment.