Browse Source

[fix] install dataclasses pkg only in python 3.6

master
Woojae, Park 2 years ago
committed by Chris
parent
commit
be4b11b8f2
1 changed files with 1 additions and 0 deletions
  1. 1
      setup.py

1
setup.py

@ -16,6 +16,7 @@ deps = [
're-wx>=0.0.9', 're-wx>=0.0.9',
'typing-extensions==3.10.0.2', 'typing-extensions==3.10.0.2',
'wxpython>=4.1.0', 'wxpython>=4.1.0',
"dataclasses>=0.8;python_version<'3.7'",
] ]
setup( setup(

Loading…
Cancel
Save