Skip to content

Commit

Permalink
fix: always use dataclasses 0.6 (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 authored Jun 23, 2020
1 parent d5e8325 commit 066d04e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ MarkupSafe==1.1.1
protobuf==3.12.2
pypandoc==1.5
PyYAML==5.3.1
dataclasses==0.6; python_version < '3.7'
dataclasses==0.6 # TODO(busunkim) remove when 3.6 support is dropped

0 comments on commit 066d04e

Please sign in to comment.