only install dataclasses for ;python_version<'3.7'
This commit is contained in:
parent
46944b0c09
commit
90c1535d29
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
beautifulsoup4 ==4.8.0
|
||||
cryptography ==2.7
|
||||
dataclasses ==0.6
|
||||
dataclasses ==0.6;python_version<'3.7'
|
||||
dnspython ==1.16.0
|
||||
feedparser ==5.2.1
|
||||
html5lib ==1.0.1
|
||||
|
|
Loading…
Reference in a new issue