Skip to content

Commit df63831

Browse files
deps: backport dataclasses for Python 3.6
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 #232
1 parent 648b1a3 commit df63831

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
msgpack>=1.0.4
22
pandas
33
pytz
4+
dataclasses; python_version <= '3.6'

0 commit comments

Comments
 (0)