Skip to content

Commit

Permalink
requirements-dev: Add dataclasses
Browse files Browse the repository at this point in the history
Add missing dataclasses package in the requirements to enable usage of
ArgsMock class.

Signed-off-by: Jens Erdmann <jens.erdmann@web.de>
  • Loading branch information
jens-erdmann committed Nov 27, 2021
1 parent 06dcb25 commit fe6d83d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
dataclasses >= 0.6.0, <2.0.0
flake8-fixme >=1.1.0, <3.0.0
flake8-print >=4.0.0, <6.0.0
pytest >=6.2.0, <8.0.0
Expand Down

0 comments on commit fe6d83d

Please sign in to comment.