Skip to content

Commit 249e1e8

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 1045cb0 commit 249e1e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: 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)