Skip to content

Commit

Permalink
don't pin dataclasses version
Browse files Browse the repository at this point in the history
  • Loading branch information
randlet committed May 12, 2021
1 parent e7d11b9 commit 5324ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -9,4 +9,4 @@ reportlab >= 3.3
argue
py-linq
pytest-xdist
dataclasses==0.8; python_version < '3.7'
dataclasses>=0.8; python_version < '3.7'

0 comments on commit 5324ae8

Please sign in to comment.