Skip to content

Commit

Permalink
deps: backport dataclasses for Python 3.6
Browse files Browse the repository at this point in the history
Dataclasses would be a really convenient approach to provide box.error
support. They are supported in Python since 3.7, but this package
make it able to introduce their support in Python 3.6 which we still
support.

Part of #240
  • Loading branch information
DifferentialOrange committed Oct 13, 2022
1 parent b7d9791 commit a1409b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
msgpack>=1.0.4
pandas
pytz
dataclasses; python_version <= '3.6'

0 comments on commit a1409b8

Please sign in to comment.