Skip to content

Commit 8f5aaf0

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 16b6df2 commit 8f5aaf0

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)