Skip to content

Commit a1409b8

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 #240
1 parent b7d9791 commit a1409b8

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)